Advertisement
ajthemacboy

Start script

Jan 11th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. -Xmx4G
  2.  
  3. java -server -Xmx4G -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=8 -XX:+AggressiveOpts -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -jar spigot.jar nogui
  4.  
  5. -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7
  6.  
  7. java -server -Xmx4g -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=8 -XX:+AggressiveOpts -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc -jar spigot.jar nogui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement