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?
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