Setup Batch File

Discussion in 'Bukkit Help' started by got_Amm0, Jun 1, 2012.

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

    got_Amm0

    I currently have a home server running my minecraft server. Im trying to find the best possible batch file for my current setup

    Server stats

    OS: Windows Server 2008 R2
    CPU: AMD 955 Black Edition
    RAM: 16 GB G Skill 1600
    HD: 1TB WD Black
    Internet Connection 30 down 5 up
    Max Players at any time 15
    Java: java 7
    Server is running bukkit

    This is my current patch file setup, Server seems to lag and have some issues with chunks not loading.

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx8192M -Xms8192M -jar craftbukkit.jar nogui
    PAUSE

    Any help would be great

    Thanks for your time.
     
  2. Offline

    Retricide

    got_Amm0

    Here's a thread to help you optimize your java arguments.

    Additionally, check out CraftBukkit++ as it has many features which optimize craftbukkit's performance.

    Also, consider adding a worldborder plugin to limit world size, as large worlds are notorious for causing lag.
     
Thread Status:
Not open for further replies.

Share This Page