Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/17436#discussion_r150889421
--- Diff:
core/src/test/scala/org/apache/spark/memory/UnifiedMemoryManagerSuite.scala ---
@@ -40,10 +42,12 @@ class UnifiedMemoryManagerSuite extends
MemoryManagerSuite with PrivateMethodTes
override protected def createMemoryManager(
maxOnHeapExecutionMemory: Long,
maxOffHeapExecutionMemory: Long): UnifiedMemoryManager = {
+ val offHeapSize = sc.get(MEMORY_OFFHEAP_SIZE)
--- End diff --
You are right.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]