More Space

Discussion in 'Bukkit Help' started by Chlamydia_13, Jun 28, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Chlamydia_13

    Alright I am a big nooob guys so please stay with me.... I really need to run my server with atleast 3g. I've read a couple of forums about the matter but it seems like everyone but me that runs a minecraft server is a freakin genius... I got as far as adding this:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx3072G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    To my .bat file but when I run the server it says:
    Invalid manimum heap size: -Xmx3072G
    The specified size exceeds the maximum representable size.
    Could not create the Java virtual machine.
    So when I was reading a couple forums they wanted me to download some java stuff??? like the 64bit version... I am running Windows XP 32bit sooo what do I needa to? I need a dummies version of it or maybe someone would like to Teamview me? I learn better by watching...
     
  2. Offline

    Jeyge

    Your 3072G is actually 3TB of ram. I'm pretty sure you don't have that much. 3 Gig would actually be 3072M but because you are running a 32 bit version of Windows, you will be limited to 1.5Gig of ram. If you can update to a 64 bit version of Windows, you will then be able to run the 64 bit version of Java and you can then run with your fill 3 Gig as you want.
     
  3. Offline

    Chlamydia_13

    See that was sooo simple and easy why cant everyone be like you Jeyge! lmao Thanks for the help man, atleast I got 500M more =P
     
Thread Status:
Not open for further replies.

Share This Page