Server becomming more and more unresponsive.

Discussion in 'Bukkit Help' started by kingcole436, Jun 20, 2012.

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

    kingcole436

    Over time, my server has gradually started to become unresponsive to commands from the console.
    When this happens, users can also not connect do to this.

    I have a feeling I may have too many plugins, all of which I use, so I'm hoping thats not it...

    Here is a list:

    Show Spoiler

    TimTheEnchanterm,
    bPermissionsWebGUI,
    bPermissionsm,
    PlugMan,
    WorldEdit,
    LootFilter,
    EnderCrystalizer,
    Herobrine,
    WirelessRedstone,
    Vault,
    Stargate,
    WorldGuard
    dynmap,
    SignColours,
    BorderGuard,
    QuickSign,
    DeathChest,
    SpawnerAdjuster,
    MagicSpells,
    Colors,
    DisableMobs,
    Cannons,
    Comfort,
    CraftBukkitUpToDate,
    SupplySign, 
    Mobs,
    MobDisguise,
    Essentials,
    DynamicEconomy,
    EssentialsSpawn,
    Stargate-DHD,
    VanishNoPacket,
    EssentialsChat


    On a side not: "Mobs" was highlighted in red when I did /plugman list.

    Additional information:

    Craftbukkit 1.2.5-R4
    Winows 7 64x

    The .bat file that launches the server:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    server.properties file:
    Show Spoiler
    #Minecraft server properties
    #Tue Jun 19 20:22:50 PDT 2012
    allow-nether=true
    level-name=Fortress
    enable-query=false
    allow-flight=true
    rcon.password=
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    debug=false
    spawn-animals=true
    online-mode=true
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=1
    max-players=20
    rcon.port=27015
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    motd=Let the games begin...


    I'll add anything else thats requested that might be of help to finding the solution.

    And I would just like to point out that no, neither my CPU or RAM is running at 100% when this happens, just to clear that possibility.

    Thanks!
     
  2. Offline

    ImminentFate

    For a start, you may want to assign more ram to the server:
    PHP:
    @ECHO OFF
    SET BINDIR
    =%~dp0
    CD 
    /"%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" 
    -Xmx2G -Xms1G -jar craftbukkit.jar
    PAUSE
    Also, try clearing out your server.log file. After a while, it gets bloated with error messages and chat logs, and the server will take longer to write to it, causing a hang to occur. Try deleting it and see if you have improvement.
     
  3. Offline

    kingcole436

    Alright, so if I have 4 GB of DDR3 RAM, will this slow down anything else I try to do at the same time the server is running?
     
Thread Status:
Not open for further replies.

Share This Page