Skip to content

Commit 691cc97

Browse files
committed
Reduce how long the app should run with Epsilon GC
1 parent 799ae1f commit 691cc97

File tree

1 file changed

+1
-1
lines changed
  • native-image/optimize-memory

1 file changed

+1
-1
lines changed

native-image/optimize-memory/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ native-image -Ob --gc=G1 -o testgc-g1 StringManipulation
1515

1616
# Build a Native Image with Epsilon GC
1717
native-image -Ob --gc=epsilon -o testgc-epsilon StringManipulation
18-
/usr/bin/time ./testgc-epsilon 3200000 50000
18+
/usr/bin/time ./testgc-epsilon 100000 50000
1919

2020
# Build a Native Image Setting the Maximum Heap Size
2121
# At run time

0 commit comments

Comments
 (0)