Massive Memeory Leak in Bukkit??

Discussion in 'Bukkit Help' started by Kane, Feb 9, 2011.

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

    nidefawl

    using build 314 it still gets out of memory after 4-5 hours with 15-20 players.
    I added forced GC'ing on disconnect (like essentials does it) and get messaged like this one:
    Code:
    2011-02-12 16:04:48 [INFO] [MG] Freed 788.2037582397461MB
    
    --- merged: Feb 12, 2011 6:53 PM ---
    here is a little preview of the server.log http://pastebin.com/qCj7vtb8
     
  2. Offline

    TnT

    Are you using any extra GC flags, as mentioned in posts above?
     
  3. Offline

    nidefawl

    i used to use something like this
    Code:
    java -server -XX:UseSSE=3 -XX:+UseFastAccessorMethods -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:ParallelGCThreads=3 -XX:+CMSIncrementalPacing -XX:+UseAdaptiveGCBoundary  -Xnoclassgc -Xmx4096M -Xms4096M -jar craftbukkit.jar
    this crash happend while using
    Code:
    java -server -XX:UseSSE=3 -Xmx4096M -Xms4096M -jar craftbukkit.jar
     
  4. Offline

    TnT

    Try this:
    Code:
    java -Xincgc -Xmx4G -jar craftbukkit.jar
     
  5. Offline

    nidefawl

    wow thanks. now it does not crash anymore.
    but it still stops, somtimes right after reboot
    --- merged: Feb 13, 2011 5:43 PM ---
    found out why the server is stopping, its one of my own creepy plugins :)
     
  6. Offline

    TnT

    I've seen on anther thread people blaming stats and achievements. You may want to look into them...
     
Thread Status:
Not open for further replies.

Share This Page