[SERVER]Java OutofMemory PermGen Error

Discussion in 'Bukkit Help' started by heifinator, May 7, 2011.

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

    heifinator

    Getting this error when my server has been up for a while and I'm reloading a lot (testing plugins ect.)

    Server has 8GB ram and has 10-20 people on it.

    The server is running centOS. Is there an optimized way to load the server besides the following!

    Any help is appreciated!

    Bukkit 740
    • AssignPermissions
    • BorderGuard
    • DataLog
    • General
    • HeroicDeath
    • HeroicRebuke
    • iChat
    • iConomy
    • iConomyChestShop
    • LWC
    • MCDocs
    • Permissions
    • Residence
    • WorldEdit
    • WorldGuard
    • AutoMessage
    • BlockCantKeepUpSpam
    • ColoredSigns
    • DefaultPermissions
    • Minequery
     
  2. Offline

    LightKing

    I run my server with this
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx4G -jar "%BINDIR%\craftbukkit-0.0.1-snapshot.jar"
    PAUSE
     
  3. Offline

    rad1game

    Try "nogui". I think its not help you, but...
    Code:
    java -Xincgc -Xmx4G -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
    So? :facepalm:
     
  4. Offline

    Plague

    That's strange, try removing some plugins, maybe there is a bug in some of them.
     
Thread Status:
Not open for further replies.

Share This Page