I try adding ram for my server to run on but...

Discussion in 'Bukkit Help' started by ShadowFury12, May 31, 2012.

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

    ShadowFury12

    I try adding ram for my server to run on but when i type

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms2048M -jar craftbukkit.jar
    PAUSE

    its those not work and the run.bat file says
    error occured during initialization of VM
    and then it said
    incompatible maximum and minimum heap sizes specified
    please i need help!

    also please respond as a reply so i can get the alert

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

    BMX_ATVMAN14

    I think your suppose to change both sides
    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx2048M -Xms2048M -jar craftbukkit.jar
    PAUSE
     
    odielag likes this.
  3. Offline

    Lolmewn

    You can also "Watch this thread". (top right corner of the thread)
     
    BMX_ATVMAN14 likes this.
  4. Offline

    ShadowFury12

    i fixed the prob thx anyways
     
  5. Offline

    BMX_ATVMAN14

    How?
     
Thread Status:
Not open for further replies.

Share This Page