More GM of Ram for my MC Server.

Discussion in 'Bukkit Help' started by DemonCraft, May 14, 2011.

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

    DemonCraft

    Hello, I was wondering on how to change the run.bat file for my MC Server to make it use more GB of Ram from the computer to host. Like it's only using 1GB of Ram yet my computer has 4GM of Ram and I would like it to use the 4GB

    My Run.bat info;
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE
    
     
  2. Offline

    s0nge

    Change to "-Xincgc -Xmx4G -jar craftbukkit.jar"
    to allow 4gb ram
     
  3. Offline

    TBK

Thread Status:
Not open for further replies.

Share This Page