Launching Error (Win7 32-bit)

Discussion in 'Bukkit Help' started by SheepSteve, Sep 4, 2012.

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

    SheepSteve

    Hello Bukkit community,
    I have been trying to get my minecraft server running and go this error: [​IMG]

    I got 4GB of 1066 RAM and 3.0GHz AM3 CPU.
    I hope someone knows what to do :(
     
  2. Offline

    c0mp

    SheepSteve, I'd try tweaking the -Xmx and -Xms java options down a bit (or start by removing them altogether and tweak them up until it breaks again). Windows 7, and Chrome, and whatever else you have running is likely taking more than 2GB.
     
  3. Offline

    TnT

    You cannot allocate more than 1536M to Java on a 32bit machine. Use the code below (changing the jar name to match, of course).

    Code:
    java -Xms1024M -Xmx1536M -jar craftbukkit.jar
     
Thread Status:
Not open for further replies.

Share This Page