How to increase RAM consentration to your bukkit server?

Discussion in 'Bukkit Help' started by Rukiezg, Jul 14, 2012.

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

    Rukiezg

    Hello guys,my server is kinda laggy,so i wanna change the ammount of RAM used for my server,how do i do that?
    and is there any other thing i can do to fix the lag?
     
  2. Start it width Parameters -Xms1024M -Xmx12288M Where -Xms1024M is the memory it will aclholate at start and -Xmx12288M the max memory (got 16BG of ram)

    Code:
    @Echo off
    "C:\Program Files\Java\jre7\bin\java.exe" -Xms1024M -Xmx12288M -jar craftbukkit.jar
    pause
    My Start.bat (commandline script)
    Correct C:\Program Files\Java\jre7\bin\java.exe for you'r own Java Path.
     
  3. Offline

    Omnitv

    Edit the xmx all you like I provided with the gb to mb stuff >.<
    PHP:
    java -Xincgc -Xmx1536M -jar craftbukkit-1.2.5-R4.0.jar
    PHP:
    512 512MB
    1024 
    1GB
    1536 
    1.5GB
    2560 
    2.5GB
    3072 
    3GB
    5120 
    5GB
     
  4. Offline

    Rukiezg

    thanks guys. :D
     
Thread Status:
Not open for further replies.

Share This Page