Bukkit RUN.bat method.

Discussion in 'Bukkit Help' started by Styx Reborn, Jun 28, 2011.

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

    Styx Reborn

    So my server uses the code to start bukkit. It's a simple code to start Bukkit up.
    Code:
    java -Xms32768M -Xmx32768M -jar craftbukkit.jar nogui
    Is there any other coding that could decrease lag or increase performance of my server? And yes that is 32 gig of ram :p
     
  2. Offline

    TnT

    Try:
    Code:
    java -Xincgc -Xmx32G -jar craftbukkit.jar nogui
    However, you may want to get into some more advanced java flags for different GC options. Check out my "how to improve performance thread". There have been posts in the last few pages around more advanced Java flags.
     
  3. Offline

    Styx Reborn

    Will do thanks :p
     
Thread Status:
Not open for further replies.

Share This Page