Merge pull request #10 from TBMCPlugins/NorbiPeti-jvmargs
Add experimental JVM args for potential performance improvements
This commit is contained in:
commit
a319b2c206
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
!!buttondevteam.serverrunner.Config {restartAt: 12, serverParams: -Djline.terminal=jline.UnixTerminal
|
||||
-XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs
|
||||
-Xms4G -Xmx6G, serverVersion: 1.12.2}
|
||||
|
||||
|
|
Loading…
Reference in a new issue