Skip to content

Instantly share code, notes, and snippets.

@glektarssza
Last active October 2, 2024 13:02
Show Gist options
  • Save glektarssza/1c703c3ab72625ffe283e089d6bc1a7c to your computer and use it in GitHub Desktop.
Save glektarssza/1c703c3ab72625ffe283e089d6bc1a7c to your computer and use it in GitHub Desktop.
JVM Options
-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M --add-opens=java.base/sun.security.util=ALL-UNNAMED --add-opens=java.base/java.util.jar=ALL-UNNAMED -XX:+IgnoreUnrecognizedVMOptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment