RAM leak

Discussion in 'Bukkit Help' started by 5Shadow7Prince, Mar 4, 2012.

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

    5Shadow7Prince

    I have potential RAM leak on my server. When online is good (60-80) minecraft server uses all of 24gb RAM memory.

    Plugins:
    [​IMG]
    There is self-written MuteMan, NoCreativeDrop, o9hWrapper, PlayerViser, Prize and Reputation.
    ruFix is a plugin, that converts console chat to utf-8 (so not-ascii characters can be displayed normally).

    Bukkit:
    I am running on craftbukkit++ #79 (dont think leak in it)

    Starting:
    Code:
    java -Xmx23G -Xms21G -d64 -server -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=$CPU_COUNT -XX:+AggressiveOpts -Xincgc -jar bukkit.jar nogui
    So what:
    I want effective way to find plugin, that have RAM leak. Disabling its one-by-one is not corrent: players indignant.
     
  2. Offline

    Nathan C

    Sorry this is a forum for CraftBukkit, not CraftBukkit++.

    I know CraftBukkit++ is great, but it is a totally modified beast and support should be asked for on the Spout forums. www.getspout.org.
     
Thread Status:
Not open for further replies.

Share This Page