Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. java \
  2. 5 -Xms2G \
  3. 6 -Xmx8G \
  4. 7 -XX:+AlwaysPreTouch \
  5. 8 -XX:+DisableExplicitGC \
  6. 9 -XX:+UseG1GC \
  7. 10 -XX:+UnlockExperimentalVMOptions \
  8. 11 -XX:MaxGCPauseMillis=50 \
  9. 12 -XX:TargetSurvivorRatio=90 \
  10. 13 -XX:G1NewSizePercent=50 \
  11. 14 -XX:G1MaxNewSizePercent=80 \
  12. 15 -XX:G1MixedGCLiveThresholdPercent=35 \
  13. 16 -XX:+ParallelRefProcEnabled \
  14. 17 -Dusing.aikars.flags=mcflags.emc.gs \
  15. 18 -jar paperclip.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement