Server overloaded?

Discussion in 'Bukkit Help' started by lennie svensson, Mar 24, 2011.

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

    lennie svensson

    hmm i get this message all the time... Cant keep up! did the system time change , or is the server overloaded? its just spamming my server consol :S why?
    what can i do ?
     
  2. Offline

    Qbrick

    Ignore it. So long as your players are happy what your console thinks doesn't matter.
     
  3. Offline

    lennie svensson

    but you can se that is lagging, like blocks are comming back, and same as sometimes wene you are mining normal stone , there comes out ore:eek: and same dirt and there comes flowers.
     
  4. Offline

    Qbrick

    Then the messages aren't the real problem are they? Your server probably is overloaded.
     
  5. Offline

    mughi

    fill out the info at the top of this page.. then we can help you fix it
     
  6. Offline

    lennie svensson

    what info? it just says its overloaded :/
     
  7. Offline

    mughi

  8. Offline

    lennie svensson

    ok ty, another question , how do i make so my server go more memory? i changet xms1024 and xmx1024 to 2048 but it didnt work, couldnt start server thene any ide?
     
  9. Offline

    mughi

    32 bit java would be my guess..

    of course, we wouldn't have to guess if you would fill in the info..
    at this point we don't even know what OS you are running
     
  10. Offline

    lennie svensson

    im using windows 7
     
  11. Offline

    mughi

    seriously.. FILL OUT THE FSCKING INFO

    no one wants to keep guessing at your configuration.
    windows 7 can be 32 bit or 64 bit
    you might only have 1 gb of physical ram
    you might be trying to run it via a ram disk with a virtualbox running linux running wine running vmware running windows 3.11 for all we know
     
  12. Offline

    lennie svensson

    im using windows 7 64 bit i have 4 gig ram on my computer,

    wene im running the server i use the Run.bat that i have created.

    here it is:

    @echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit.jar
    pause
     
  13. Offline

    mughi

    are you really too lazy to answer all the questions, or are you having trouble with them?

    anyhow..

    you are running 32bit java on a 64 bit machine
    1. download 64 bit java and install it Java Download (any version
    2. change your run.bat to

    @echo off
    "C:\program files\java\jre6\bin\java.exe" -Xincgc -Xmx2G -jar craftbukkit.jar
    pause

    if java 64 installs somewhere else, then update that path accordingly

    if that doesn't help, remove all your plugins
     
  14. Offline

    lennie svensson

    oki ty m8, hope the server will run smother this time, what do you recomend to run the server on? 2G or more?
     
  15. Offline

    LucidLethargy

    This issue has been plaguing my own server for a week or so now, and MANY people are getting it more and more with each update. Servers only seem to run every 4-10 hours now before crashing. I use 900mb of ram for 2-6 people online at any time, so we are more than prepared on that front.
     
  16. Offline

    mughi

    you only have 4, and you are running windows.. you could try to push to 3, but you risk swapping windows out to disk.
     
  17. Offline

    tremor

    You should be looking in other threads for answers before posting a new one.. your issue is most likely not RAM or configuration related, but a recent issue with CPU usage. Please refer to

    http://forums.bukkit.org/threads/high-cpu-usage.8295/

    And take the advice of the other posts... learn to post more detail about what you have for a server, and log messages if applicable.
     
Thread Status:
Not open for further replies.

Share This Page