Advertisement
gelatine87

Sever Args

Aug 21st, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.44 KB | None | 0 0
  1. java -Xms8192M -Xmx16384M -XX:+UseG1GC -XX:+AlwaysPreTouch -XX:+UseLargePagesInMetaspace -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=50 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:ParallelGCThreads=2 -XX:+CMSIncrementalPacing -XX:MaxMetaspaceSize=1G -server -jar forge-1.12-14.21.1.2443-universal.jar nogui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement