How to get 6GB ram?

Discussion in 'Bukkit Help' started by lolydodo123, Mar 27, 2012.

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

    lolydodo123

    Hello, I would like to get 6GB of ram into my bukkit server, Here is the code: (Can you do it for me?)
    Code:
    java -Xmx5G -Xms3G -jar Tekkit.jar nogui
    pause
    Please help me?
     
  2. Offline

    Bertware

    java -Xmx5G -Xms3G -jar Tekkit.jar nogui
    becomes
    java -xms3G -Xmx6G -jar Tekkit.jar nogui

    Optional:
    To make sure your computer is using the right java, replace
    java
    by the correct path, e.g.
    "C:\Program Files\java\bin\java.exe"
    As you are using 6GB of RAM, you need a 64 bit java installation
     
  3. Offline

    lolydodo123

    I have 8 GB of ram. I use 64 bit :)
     
Thread Status:
Not open for further replies.

Share This Page