Server Random Lag/Crashes

Discussion in 'Bukkit Help' started by QuantumDev, Sep 12, 2012.

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

    QuantumDev

    Hey there, I currently run a Minecraft server and every now and then it will lag very badly, then kick everyone off for ReadTimeOut (or whatever), but allow them back after like 2 minutes.

    Here are my plugins:

    Plugins (28): MultiInv, AlphaChest, WorldEdit, BKCommonLib, LogBlockQuestioner, Vault, PermissionsEx, Multiverse-Core, LogBlock, Questioner, Votifier, LWC, mcMMO, WorldGuard, CleanroomGenerator, Essentials, MagicCarpet, Towny, EssentialsSpawn, Multiverse-Portals, CraftBookCommon, BOSEconomy, ChestShop, EssentialsChat, Modifyworld, CraftBookMechanisms, Register
    Are there any plugins listed that don't play well together that would cause this kind of lag/issue?
     
  2. Offline

    CRAZYxMUNK3Y

    LWC is normally the culprit, especially if you use a flat file. Remove that first
     
  3. Offline

    QuantumDev

    If I were to move that to a MySQL server, would that make it work?

    Regarding that, on startup it says 10000 chests preloaded (I think).
     
  4. Offline

    CRAZYxMUNK3Y

    MySQL could help, but no guarantee, and 10000 is a hell of a lot. Each time a chest id opened it checks every line of the flat file, which causes the lag. MySQL does that same, but it is a lot quicker.

    You could give it a try.
     
Thread Status:
Not open for further replies.

Share This Page