How do I increase RAM?

Discussion in 'Bukkit Help' started by DerekZil, Sep 5, 2011.

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

    DerekZil

    Windows 7, 4GBs RAM.
    Buckit launched with 1024 memory parameters.

    I cannot run anymore memory then 1024 can someone help me?
    I want to run 3GBs of RAM.
    This is what I get: [​IMG]
     
  2. Offline

    JohnPulse

    First of all, you should have the 64bit Java installed if you want to alocate more than 1.5Gb.

    And your startup script should be something like:
    Code:
    @echo off
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xms1G -Xmx3G -jar craftbukkit.jar
    Regards,
    John
     
  3. Offline

    DerekZil

    Thanks a lot, I think it works! :p
     
Thread Status:
Not open for further replies.

Share This Page