server on 1800 MB?

Discussion in 'Bukkit Help' started by Vincent1468, Sep 25, 2011.

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

    Vincent1468

    hey,
    how can i run my server on 1800 MB?
    when i fill it in in the bat file and run it it closes.
     
  2. Offline

    Supersam654

    1800 MB is fine. Post whatever you have in your BAT file.
     
  3. Offline

    Vincent1468

    this is in my BAT file:
    Code:
    -snip-(location)
    java -Xms1800M -Xmx1800M -jar craftbukkit.jar nogui
    
    and this error gives it when i try to run it:
    Code:
    -snip-(location)
    wordt niet herkend als een interneof externe opdracht, programma of batchbestand.
    
    -snip-(location)
    1.6.6>java -Xms1800M -Xmx1800M -jar craftbukkit.jar nogui
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
     
  4. Offline

    TnT

    You can not allocate more than 1536M of RAM with x86 Java. You must download and install x64 Java to get more than 1536M.
     
  5. Offline

    Vincent1468

    ah ok im going to try that
     
Thread Status:
Not open for further replies.

Share This Page