Server RAM

Discussion in 'Bukkit Discussion' started by Brix123, Feb 6, 2012.

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

    Brix123

    Hi there,

    Im running Windows Server 2008 on my vps, only hosting minecraft server. But I have problem, when I change RAM amount in run command I get this error:

    "Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine."
    I can run only 1GB, Im 100% sure that vps has 16GB of ram and 64bit system.
    What I use as RAM command:​
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE
     
  2. Offline

    Simanova

    You installed the 32 bit Java Runtime Environment.
    You can solve your problem by installing 64 bit JRE.
     
  3. Offline

    Brix123

    Can you provide me link for 64 jre? Cant find it on java.com


    Found it, thanks Simanova <3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  4. Offline

    Simanova

    Did this solve your problem?
     
  5. Offline

    Brix123

    Yes, thank you.
     
Thread Status:
Not open for further replies.

Share This Page