Server lag

Discussion in 'Bukkit Help' started by AlienJim, Feb 19, 2011.

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

    AlienJim

    So my server is lagging quite a lot. I am running 64bit windows vista home premium Sp2, with java for a 64bit operating system installed. so the server process should be running in as just "java.exe" right? but it is running as "java.exe*32" here is my launcher.bat code

    Code:
    @echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1536M -Xmx1536M -jar craftbukkit.jar
    pause
    
    I am running craftbukkit build 348. I'm running java 64bit 1.6.0_23.

    if you need any more info just ask and i will post it as some as i can
     
  2. Offline

    Phaedrus

    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms1536M -Xmx1536M -jar craftbukkit.jar

    Try that. If it doesn't work, you don't have 64-bit java installed.
     
  3. Offline

    AlienJim

    Thanks that made it run as a 64bit process but I don't if it fixed the lag or not but hopefully it did
     
  4. Offline

    Phaedrus

    Try adding -server to the line. That might help you out a bit as well.
     
Thread Status:
Not open for further replies.

Share This Page