Solved Won't let me change RAM

Discussion in 'Bukkit Help' started by iCreepZz, Apr 21, 2012.

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

    iCreepZz

    so this is my code for my server the .bat
    Echo OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "craftbukkit.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1024M -jar "craftbukkit.jar"
    PAUSE
    and when i try to change the one of the "Xmx1024M" and the 1024 to 2048 then run it this would happen: http://zhost.tk/u/pt/problem.jpg
     
  2. Offline

    Obliviator

    How much RAM do you have in your computer right now?
     
  3. Offline

    iCreepZz

    nvm i got my friend to help me
     
Thread Status:
Not open for further replies.

Share This Page