I'm running a minecraft bukkit server and it keeps running out of memory. I need to know how to start the server with more ram. So what start code do I use? (I want to run it with 2gb's of ram)
@echo off START /ABOVENORMAL /B java.exe -Xincgc -Xmx1G -jar craftbukkit.jar pause Replace 1G with however much RAM you have spare to allocate. You will need 64bit java correctly setup to allocate more than 1 Gb. More details in my blog.