More RAM for Bukkit Servers?

Discussion in 'Bukkit Help' started by TheWeeIrish, Jan 19, 2011.

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

    TheWeeIrish

    Curious, Whenever I try upping the amount of ram I allow to my server, It gives me the following error:
    "Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java vitrual machine."

    My .bat file looks like:
    @echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms2048M -Xmx2048M -jar craftbukkit.jar
    pause

    I am sure I am messing something up, I just needed to be pointing in the correct direction.
    Thanks.
     
  2. You need 64bit java
     
  3. Offline

    TheWeeIrish

    I do have 64bit Java
     
  4. You are pointing to the 32 bit version in your batch file 64bit java is installed in C:\program files\ not C:\program files (x86)z\
     
  5. Offline

    TheWeeIrish

    Ah, this would make sense...
    Thank you it worked :)
     
  6. Offline

    TheWeeIrish

    +Like If I could figure it out. :p
     
Thread Status:
Not open for further replies.

Share This Page