I think something is wrong with my Ram at my Server.
My start.bat:
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx3072M -jar craftbukkit.jar
PAUSE
So, I wrote there that I want 3 GB on my Server.
But my Task-Manager says:
Only 2,66 GB are working on my hole Computer ?
But only the Server should work with 3 GB ?
Whats the mistake?
(I also tried
-Xmx3G and not -Xmx3072M
but the task-manager says always the same^^ )
And, the Server works without other problems...








