How can i give my Server more Ram

Discussion in 'Bukkit Help' started by MaaxNow, Apr 10, 2011.

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

    MaaxNow

    Hey Guys

    i have a server running on a root-server
    The root server have 12 bg ram and how can i give my mc server more ram

    Im using Windows server 2008 x64
    what must i write in the bat ?

    thanks for help

    MaaxNow
     
  2. Offline

    Renagade

    try this line
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
     java -d64 -server -Xincgc -Xmx12G -jar Bukkit.jar PAUSE
    
    OR
    Code:
    java -Xincgc -Xmx12G -jar Bukkit.jar
    
     
  3. Offline

    Plague

    I wouldn't give full 12G but only 11G, since you often have to run other thing along minecraft.

    Is thi posthunting I see here @andre_9796 ? You have not added any value to the previous posts, if you do not say why you suggest something else (and frankly it is not even different, since -server and -d64 has no impact).

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  4. Offline

    Andre_9796

    @Plague , sorry for that, deleted the post.
     
Thread Status:
Not open for further replies.

Share This Page