Skip to content

Commit a2f4e27

Browse files
committed
SPARK-54449: add flag to UT
1 parent 5615d1c commit a2f4e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/scala/org/apache/spark/memory/UnifiedMemoryManagerSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class UnifiedMemoryManagerSuite extends MemoryManagerSuite with PrivateMethodTes
4848
.set(TEST_MEMORY, maxOnHeapExecutionMemory)
4949
.set(MEMORY_OFFHEAP_SIZE, maxOffHeapExecutionMemory)
5050
.set(MEMORY_STORAGE_FRACTION, storageFraction)
51+
.set(MEMORY_OFFHEAP_ENABLED, true)
5152
UnifiedMemoryManager(conf, numCores = 1)
5253
}
5354

0 commit comments

Comments
 (0)