Solved Can't start server...

Discussion in 'Bukkit Help' started by BuLLDoZeR, May 24, 2012.

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

    BuLLDoZeR

    Hello. I have a problem with my server i try to start the server to 2048M(2GB RAM) but can't..
    When i try to start it to a 1024(1gb ram) it works perfect..
    My computer is with 4gb ram please help me...
    When start the server with more than 1 gb in console see:
     
  2. Offline

    Paswaru

    You need a 64bit OS and also be using a 64bit version of JRE.
     
  3. Offline

    BuLLDoZeR

  4. Offline

    Paswaru

  5. Offline

    BuLLDoZeR

    I installed that version and try again to start the server to 2GB Ram But again not work :X
     
  6. Offline

    Paswaru

    Please post a copy of your batch file.
     
  7. Offline

    BuLLDoZeR

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx2048M -Xms2048M -jar craftbukkit.jar
    PAUSE
    
     
  8. Offline

    Paswaru

    Change %ProgramFiles(x86)% to just %ProgramFiles%.

    %ProgramFiles(x86)% points to C:\Program Files (x86). This is the directory for 32 bit programs.
    %ProgramFiles% points to C:\Program Files. This is where 64 bit programs are located.
     
  9. Offline

    BuLLDoZeR

    Yess.. it works. Thanksss!
     
Thread Status:
Not open for further replies.

Share This Page