I try adding ram for my server to run on but when i type @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms2048M -jar craftbukkit.jar PAUSE its those not work and the run.bat file says error occured during initialization of VM and then it said incompatible maximum and minimum heap sizes specified please i need help!
I think your suppose to change both sides @Echo OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx2048M -Xms2048M -jar craftbukkit.jar PAUSE