optimize my server?

Discussion in 'Bukkit Help' started by MartN, Sep 14, 2011.

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

    MartN

    Hello,
    I would like to know if you have tips to optimize the server.

    Server:
    CPU: AMD 64 X2 7750+ (2,7 GHz)
    RAM: 4096 MB
    HDD: 250 GB SATA II (7200rpm)
    OS: Debian 64Bit
    Commandline: java -Xmx2G -server -jar craftbukkit.jar nogui
    Java:
    Code:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    We have disabled the auto-save and run every 15 minutes via cron job a save-all.
    Did anyone have more tips to optimize the server?

    Thank you
     
  2. Offline

    croxis

    I've heard good things about using java 7. You can also put your world in a ramdisk if your disk i/o is bottlenecking.
     
  3. Offline

    MartN

    i read the ramdisk article on minecraftwiki
    but on question: what happens when i try a complete serverreboot.
    is the data lost or stored?
     
  4. Offline

    shatteredbeam

    Yes, if you restart the entire MACHINE the RAMdisk will be cleared. If you restart the actual Bukkit server, it will not.

    In order to use a RAMdisk you'd need some method of copying the map file FROM the RAMdrive TO the actual hard drive on a regular basis, or your map is toast once your server MACHINE is restarted. On our server we use a simple rdiff script run every 15 minutes.
     
  5. Offline

    MartN

Thread Status:
Not open for further replies.

Share This Page