Need help please, =]

Discussion in 'Bukkit Help' started by DemonCraft, Aug 26, 2012.

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

    DemonCraft

    Alright, so these are the issues. (All caused by lag and or memory leaks.)
    - People randomly cannot craft anything.
    - The server crashes for people randomly
    - A lot of the time chat lags, block placing, etc.
    - I have upgraded the server software on my hosting services where it SHOULD be strong enough to hold 50 players, I currently estimate an average of 10.
    - Like even after I or someone votes it takes a minute to receive the rewards.

    Ideas? Here are some things, plugins, etc.
    Current TPS = 19.177488 (Lowest I've seen it is at 17)
    Maximum memory: 2,275 MB
    Allocated Memory: 602 MB
    Free Memory 62 MB
    World "DeadWood": 2594chunks,910entities
    Nether "DeadWood_nether": 45chunks,15entities
    The End "DeadWood_the_end": 28chunks,6entities

    1.3.1 - R2 This started happening ever sense I went into 1.3.1
    I also get this a lot in my server console; (I constantly get it)
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    That is about the only error I get in the server console.

    What I don't get is how it's using only like 1/10 of the memory, but yet only 62 MB is free?
    Also, I put as many things as possible into MySQL servers to help with the servers processing speed.
    Plus my server is 100 Mbps Upload / Download speed. (Also runs on a Dedicated server)

    Plugins;
    BosEconomy_0.7.3.1a
    Buycraft_4.6
    ChestShop_3.46
    CraftBook_3.2
    CraftBookMechanisms
    Dynmap-Mobs_0.20
    Dynmap-Towny_0.20
    Dynmap_0.70.3
    Essentials_2.9.3
    EssentialsGroupManager_2.9.3
    iChat_2.5.9
    iChatPlayerList_0.5.1
    LinksOnSigns_1.5
    LogBlock_1.58
    Lottery_0.8.1
    LWC_4.3
    MailBox_2.5
    McMMO_1.3.11
    Odditem_0.9.5
    PlgSetspawn_5.0
    Questioner / Register (Townys latest version)
    SpawnerEXP_3.6
    Stargate_0.7.7.4
    Statistician_2.0.12
    Towny (Latest version_
    Vault_1.2.17
    VoteChecker_0.2
    Votifier_1.8
    WorldBorder_1.5.4
    WorldEdit_5.3
    WorldGuard_5.5.3
     
  2. Offline

    Kalas2626

    im i reading it right when i read that your server is allocated just over half a gig max but your system has 2 gigs availible? is is it your server STARTS with half a gig but can use upto 2 gigs? can you poste your start batch,or SH whatever the case may be
     
  3. Offline

    ImpulsiveVenom

    You have too many plugins, try checking if all of the plugins updated. Remove useless plugins. Try to keep auto saving at a minimum. This happens to me as well, as it it caused by big plugins such as Essentials, McMMo, World Edit, World Guard. I suggest remove McMMo and most of those plugins that look like they're taking up space. Oh and upgrade to 1.3.2 BETA build, it's great.
     
  4. from what i can see, his server has 2,275 MB avalable, 602 MB Allocated on start and 62MB free out of 2,275 MB when this data was captured.

    "I put as many things as possible into MySQL servers"
    that could be the problem.
    copied from core protect's config file:
    Code:
    # MySQL is optional and not required. It is slower and uses more space.
    # If you prefer to use MySQL, enable the following and fill out the fields.
    MySQL actually holds all its data in ram. for big servers, MySQL could be the problem. backup your server then disable any plugins that use MySQL and see what happens.

    try removing any plugins that you dont need.
     
  5. Offline

    DemonCraft

    I only have things that NEED to use MySQL now. (Only 3 Plugins)
    Also, I don't have AutoSaveWorld anymore and I'm about to remove some others.
    But I keep up to date with my Plugins and Craftbukkit, all of it is up to date and with 1.3.2 R2

    Batch file;
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit.jar
    PAUSE

    EDIT: Not sure if that's what my service host uses when I start it up with the Cpanel though.

    I knew about Essentials and psosible World Guard, but does McMMO and World Edit really take up that much space? Also have you heard of NoLagg? Does it's functions actually serve any good purpose?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
Thread Status:
Not open for further replies.

Share This Page