Server startet 30min later and Crash!

Discussion in 'Bukkit Help' started by KleinesGumi, Dec 8, 2013.

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

    KleinesGumi

    [20:18:21] [Netty IO #6/WARN]: Selector.select() returned prematurely 512 times in a row; rebuilding selector.
    [20:18:21] [Netty IO #6/INFO]: Migrated 0 channel(s) to the new Selector.
    [20:18:21] [Netty IO #7/WARN]: Selector.select() returned prematurely 512 times in a row; rebuilding selector.
    [20:18:21] [Netty IO #7/INFO]: Migrated 0 channel(s) to the new Selector.
    [20:18:45] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.OutOfMemoryError: PermGen space

    [20:48:46 WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2130ms behind, skipping 42 tick(s)

    And server stopped....
    help me!

    64bit,Debian 6 devbuild: 2945
     
  2. Offline

    Mishrathium

    java.lang.OutOfMemoryError: PermGen space

    This error is hitting many people. The canned response is "-XX:MaxPermSize=256M" but that does not do anything for many of us though. This does not happen on 1.6 ever for us - only on 1.7+. Clearly, when its out of the blue it is a bukkit issue.

    BUT not everyone has it, in fact very few. So there has to be a common thread between all of us who do have this issue but so far no one has found out and we must keep looking.
     
  3. Offline

    KleinesGumi

    "-XX:MaxPermSize=256M"
    how does it work?
     
  4. Offline

    PolarCraft

  5. Offline

    Amaranth

    The increase in PermGen usage is because the server uses netty now. If you have a lot of plugins (or large plugins) you need more PermGen space.
     
  6. Offline

    KleinesGumi

    java -Xmx7048M -Xms7048M -jar craftbukkit.jar nogui
    were have dont much plugins....
    before 1.7.2 we dont have ever some problems and now !

    the server on my computer never crash!
     
Thread Status:
Not open for further replies.

Share This Page