Server Lag Issues

Discussion in 'Bukkit Help' started by Chlamydia_13, Jun 28, 2011.

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

    Chlamydia_13

    Alright I Really Need Help I Have Been Searching On Youtube For Ever, I Need To Run My Server With 2G Or Maybe 3G If Possible.... Can Anyone Help? I Run My Server With A .bat File
     
  2. Offline

    LightKing

    1st. make sure you have java (6 or 7) version x64 installed.
    2nd. run your server with this
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx3072G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
     
  3. Offline

    Chlamydia_13

    Alright I Have Java 6 Installed, And When I Run The Server With The New Stuff You Had Me Put In And It Says:
    The system cannot find the path specified.

    ok I figured out that the java/jre7 needs to be jre6 but now its saying:
    Invalid Maximum heap size: -Xmx3072G
    The specified size exceeds the maximum representable size.
    Could not create the Java virtual machine.

    Maybe I need Java7 to go that big???

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
Thread Status:
Not open for further replies.

Share This Page