Skip to content

Commit b4b53bc

Browse files
committed
fix: increase InitialRAMPercentage to improve memory allocation in Dockerfile
1 parent b28b070 commit b4b53bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENTRYPOINT [ "java", \
3434
"--enable-native-access=ALL-UNNAMED", \
3535
"--sun-misc-unsafe-memory-access=allow", \
3636
"-XX:MaxRAMPercentage=70.0", \
37-
"-XX:InitialRAMPercentage=25.0", \
37+
"-XX:InitialRAMPercentage=60.0", \
3838
"-XX:+DisableExplicitGC", \
3939
"-XX:+ExitOnOutOfMemoryError", \
4040
"-XX:+UseCompactObjectHeaders", \

0 commit comments

Comments
 (0)