Solved More than 1g RAM?

Discussion in 'Bukkit Help' started by hunterboerner, Feb 1, 2012.

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

    hunterboerner

    I can't make my server allow use of more than 1gb ram. I have 8gb on my server. Any help?
     
  2. Offline

    MetalMadness

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx8G -jar craftbukkit-1.1-R1.jar
    PAUSE
     
  3. Offline

    hunterboerner

    When I do that it says that java cannot make the virtual machine!
    WTF!
     
  4. Offline

    MetalMadness

    try lowering it to 7
     
  5. Offline

    hunterboerner

    it says exceeded the maximum heap size on even 2GB
     
  6. Offline

    hunterboerner

    HELP PLEASE!
     
  7. Offline

    nala3

    You have 32bit Java installed is the most likely problem. First confirm it is a 64bit system so all 8Gb of RAM are usable. If the server is 64 bit and running a RHEL flavor of linux, type "yum install java" if you have a 64bit OS, 64 bit java will be automatically installed. If you are running any other flavor or windows then just ask if you need help. :)
     
Thread Status:
Not open for further replies.

Share This Page