What's the best way to start bukkit? Command line?

Discussion in 'Bukkit Help' started by josip1, Feb 15, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    josip1

    Hi guys I start my server with a real simple way by doing this


    Code:
    screen -dmS minecraft java -Xmx7G -Xincgc -jar /home/bukkit/server.jar nogui
    Then I see people doing things like this:

    ionice -c1 -n0 nice -n -10 /usr/lib/jvm/jdk1.7.0/bin/java -Djava.library.path=/usr/lib/jvm/jdk1.7.0/lib/amd64 -d64 -server -XX:+UseG1GC -DJINTEGRA_NATIVE_MODE -DJINTEGRA_COINIT_VALUE=0 -Dsun.io.useCanonCaches=false -Djline.terminal=jline.UnsupportedTerminal -XX:ThreadPriorityPolicy=42 -XX:CompileThreshold=1500 -XX:+TieredCompilation -XXarallelGCThreads=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XXermSize=64M -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xnoclassgc -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -Djava.net.preferIPv4Stack=true -XX:+UseLargePages -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui


    Is there a better way I should be starting my server? Like that?

    Also I will be moving to a smaller sized server (2GB for now) can someone assist with how I should start that?
     
Thread Status:
Not open for further replies.

Share This Page