Guest User

Untitled

a guest
Apr 27th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #! /bin/bash
  2. server_jar="mcpc-plus-1.6.4-R2.1-forge965-B251.jar"
  3.  
  4. java \
  5. -Xms6G -Xmx8G \
  6. -XX:PermSize=256m -XX:MaxPermSize=512m \
  7. -XX:SurvivorRatio=8 \
  8. -XX:TargetSurvivorRatio=50 \
  9. -XX:MaxGCPauseMillis=500 \
  10. -XX:+UseAdaptiveGCBoundary \
  11. -jar $server_jar \
  12. nogui
Advertisement
Add Comment
Please, Sign In to add comment