Hello, I set the memory to 4g and it only allocated about 108. My computer has 6gb of ram. Why is it happening? the launch.bat thing: Code: [USER=48566]Echo[/USER] OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx4G -jar craftbukkit.jar PAUSE thanks! Please help me -lolydodo123
I believe the Xincgc Needs to be followed by a minimum ram setting? like 1G? Am I wrong? Give it a try
Here is my settings for 2 gigs of ram, it recognizes only in megabytes not Gb this is for windows 7 btw Echo OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5.jar PAUSE