In the run.bat file you use to start up your server: Code: @Echo off "C:\Program Files\Java\jre7\bin\java.exe" -server -Xincgc2048M -Xmx2048M -jar craftbukkit.jar pause Why is it that you have to assign RAM in two places? Is one the minimum RAM and the other the maximum RAM it can use?