Allocating more RAM problem.

Discussion in 'Bukkit Help' started by EroticPubicHair, Jul 24, 2011.

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

    EroticPubicHair

    I'm running Windows 7 Home Premium 64-bit and i have the 64 bit java. But whenever i try to give my server more RAM it gives me the 32 bit error. I've reinstalled java many times each said it was 64 bit. A download link known to work would be great. Please help someone.
     
  2. Offline

    Kitteh

    can you from your command line;
    Code:
    java -version
     
  3. Offline

    EroticPubicHair

    Says:
    java version"1.6.0_26"
    java<TM> SE Runtime Environment <build 1.6.0_26-b03>
    java HotSpot<TM> 64-Bit Server VM <build 20.1-b02, mixed mode>
     
  4. Offline

    TnT

    What is your command used to run the game?
     
  5. Offline

    EroticPubicHair

    From the .bat file? This is what it says
    Code:
    @ECHO OFF
    title CraftBukkit Server
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    PAUSE
     
Thread Status:
Not open for further replies.

Share This Page