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

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

  1. Offline

    ShadowFury12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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!
  2. Offline

    ShadowFury12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    also please respond as a reply so i can get the alert
  3. Offline

    BMX_ATVMAN14

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  4. Offline

    Lolmewn BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You can also "Watch this thread". (top right corner of the thread)
    BMX_ATVMAN14 likes this.
  5. Offline

    ShadowFury12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i fixed the prob thx anyways
  6. Offline

    BMX_ATVMAN14

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How?

Share This Page