HELP!

Discussion in 'Bukkit Help' started by xiLGNDx, Aug 22, 2012.

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

    xiLGNDx

    heres the average scenario, ill host mu server, in my java runtime environments is allocated 6114 MB to java 6GB of my total 8GB : by the code -Xmx6114M, any ways in the .bat file that runs my server looks like this:

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx4096M -Xms4096M -jar craftbukkit-1.3.1-R2.0.jar
    PAUSE

    so 4GB is dedicated to my server! so ill be playing in my own server [ which i host on my CPU ] ill be playing anywhere from 1-5 minutes and my server will slowdown and the console will freeze up,
    and then my Minecraft Game clien will stop and give a java error that says:

    Connection Lost:
    internal exception java.net.socketexception read timed out

    also i have java7 and it has recently updated here is a list of my plugins

    -chestshop3-46
    -essentials
    -essentialsChat
    -essentialsGroupBridge
    -essentialsGroupManager
    -essentialsProtect
    -essentialsSpawn
    -Factions

    is it my settings or is a known bug in CraftBukkit? can some one please help i have made a previous post, but no one was there to give a decent answer, please HELP ME!​
     
  2. Offline

    thetank332

    Exact same problem!
    I would really apprecieate a answear!
    The plugins that I use that are same as yours are:
    • Factions
    • Essentials
    • EssentialsChat
    • EssentialsGroupmanager
    • EssentialsSpawn
     
  3. Offline

    Tanite

    Are you saying you're giving the client 6 out of 8 and also trying to give the server 4? That would exceed your memory. If this is a small server, just leave the server user-wise, leave it at 4 (or 3) and give like 2 to the client. You need to leave some left over for the OS and any other programs (browser, etc.) that are running or your system will become unstable. That may be what's happening.
     
Thread Status:
Not open for further replies.

Share This Page