Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #!/bin/bash
  2. #-XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=50 -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts
  3. USER=mastaxys
  4. PASS=123
  5.  
  6. ##YOU SHOULD NOT NEED TO EDIT ANYTHING BELOW THIS LINE##
  7. ##DIRECTORY=$(cd "`dirname "$0"`" && pwd)
  8. #(cd "$DIRECTORY"; java -Xmx30M -Xms30M -XX:MaxPermSize=40M -jar Minecraft_RKit.jar ${USER}:${PASS})#
  9. (cd "$DIRECTORY"; java -Xmx30M -Xms30M -XX:MaxPermSize=40M -Dfile.encoding=UTF-8 -jar Minecraft_RKit.jar ${USER}:${PASS})
  10.  
  11. ##java -server -Xmx8G -jar spigot-1.8.8.jar
  12.  
  13.  
  14.  
  15.  
  16.  
  17. ==============================================
  18.  
  19. ##java -server -Xmx12G -jar spigot-1.8.8.jar
  20. java -server -d64 -Xmx12G -Duser.language=ru -Duser.country=RU -Dfile.encoding=UTF-8 -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -jar spigot-1.8.8.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement