Skip to content

Commit 06f523a

Browse files
committed
TESTING: disable survivor spaces.
1 parent 075dc48 commit 06f523a

File tree

1 file changed

+1
-1
lines changed
  • substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/HeapParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, Long oldV
7979
public static final RuntimeOptionKey<Boolean> TraceHeapChunks = new RuntimeOptionKey<>(false);
8080

8181
@Option(help = "Maximum number of survivor spaces.") //
82-
public static final HostedOptionKey<Integer> MaxSurvivorSpaces = new HostedOptionKey<>(15);
82+
public static final HostedOptionKey<Integer> MaxSurvivorSpaces = new HostedOptionKey<>(0);
8383

8484
@Option(help = "Determines if a full GC collects the young generation separately or together with the old generation.") //
8585
public static final RuntimeOptionKey<Boolean> CollectYoungGenerationSeparately = new RuntimeOptionKey<>(false);

0 commit comments

Comments
 (0)