Bukkit keeps killing itself

Discussion in 'Bukkit Help' started by dreadiscool, Sep 29, 2012.

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

    dreadiscool

    Hey guys,

    Every time I start my server, it runs fine for about an hour or so, then it just randomly stops with this message:

    Killed: "<command I started server with>"

    And I have to constantly restart the server, and there are mini rollbacks every time. Please help!
     
  2. Offline

    Jozeth

    How much RAM do you have? Also what's your start-up script.
     
  3. Offline

    dreadiscool

    16 gigs

    #!/bin/sh
    BINDIR=$(dirname "$(readlink -fn "$0")")
    cd "$BINDIR"
    java -Xmx10240M -Xms10240M -jar craftbukkit-dev4.jar
    craftbukkit-dev4.jar is actually the latest RB, I just never bothered to rename it :L
     
  4. Offline

    Jozeth

    You're only using 10GB of your RAM 16384 is 16GB, that might help because it might need more RAM...
     
  5. Offline

    dreadiscool

    It doesn't need more RAM, there are only like 60 players on :3

    Please help :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    Jozeth

    I don't have any other solutions...
     

  7. You need to provide more information if you want anyone to help you.
     
  8. Offline

    Omnitv

    Server.log please and as started above.
     
  9. Offline

    devsta98

    open your .bat file and replace everything with this...

    java -Xmx10240G -Xms10240G -jar craftbukkit-dev4.jar
    PAUSE

    this is what i use and i have no problems.. hope i helped!!!
     
  10. Offline

    Omnitv

    ? make you own thread, not to be rude but yeah no need to piggy back ride.
     
  11. Offline

    devsta98

    Huh? what do u mean make you own thread? and no need to piggyback ride??
     
  12. Offline

    dreadiscool

    There's really no other information to provide, the process is literally ending. It just stops - no error is generated in the file at all.
     
Thread Status:
Not open for further replies.

Share This Page