We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799ae1f commit 691cc97Copy full SHA for 691cc97
native-image/optimize-memory/run.sh
@@ -15,7 +15,7 @@ native-image -Ob --gc=G1 -o testgc-g1 StringManipulation
15
16
# Build a Native Image with Epsilon GC
17
native-image -Ob --gc=epsilon -o testgc-epsilon StringManipulation
18
-/usr/bin/time ./testgc-epsilon 3200000 50000
+/usr/bin/time ./testgc-epsilon 100000 50000
19
20
# Build a Native Image Setting the Maximum Heap Size
21
# At run time
0 commit comments