How to set dedicated RAM higher than 1.5GB?

Discussion in 'Bukkit Help' started by Matt Gill, Jun 10, 2011.

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

    Matt Gill

    I have my RAM set to 1.5GB. I want it set to 2GB of dedicated RAM. Here is my run.bat file:

    Code:
    path= C:\Program Files (x86)\Java\jre6\bin
    java -Xms1536M -Xmx1536M -jar craftbukkit.jar
     
    I tried changing the 1563 to 2048, but no luck. It wouldn't start the server. It would just crash.
     
  2. Offline

    Jeyge

    You'll need to update to the 64 bit version of Java to go above 1.5 GB.
     
  3. Offline

    Nikhil

    Your going to obviously need a stronger server to handle it, You dont have enough RAM. I recommend buying a VPS of rethinkvps.com that's where im hosting my server from, there great! :D
     
  4. Offline

    Zaros

    You're running 32 bit java. You've hit the allocation limit. Upgrade to x64 bit java or you can't allocate any more.
     
  5. Offline

    Matt Gill

    Oh I see now. Thanks for the quick replies guys! I'll go find it now.

    Edit: Nvm I figured it out.
     
Thread Status:
Not open for further replies.

Share This Page