Advertisement
Leymooo

Untitled

Apr 2nd, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. java -Xmx12000M -Xms12000M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=crash-reports/ -XX:+HeapDumpOnOutOfMemoryError -XX:+AlwaysPreTouch -XX:MaxGCPauseMillis=100 -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=60 -XX:G1ReservePercent=15 -XX:G1HeapRegionSize=16M -XX:G1HeapWastePercent=5 -XX:InitiatingHeapOccupancyPercent=25 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=1 -XX:SurvivorRatio=16 -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=true -Daikars.new.flags=true -jar paperclip.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement