1. FTM

    FTM

    Every single plugin on my server gets this message, even after a 100% fresh install..

    Any ideas?

    This is the most recent one:

    [Oxide] 11:40 AM [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took: 7157ms
     
  2. Wulf

    Wulf Community Admin

    They are performance warnings, which generally indicate your server is running poorly. It could be from a plugin, Rust:IO, Rust, or just bad server hardware. The best you can do is try to narrow down possible culprits by removing them until the issue is resolved, then go from there.
     
  3. FTM

    FTM

    Every single plugin does it, I just got

    [Oxide] 11:49 AM [Warning] CallHook 'OnConsumeFuel' on plugin 'QuickSmelt v1.1.0' took: 706ms

    It doesn't matter what I do, nothing changes it.

    I re-installed, resh wiped, etc, etc.

    It always does this.
     
  4. Wulf

    Wulf Community Admin

    Then your server is likely running slower than it should be, which is causing plugins to take longer than expected.
     
  5. FTM

    FTM

    So it's most likely an issue on gameservers.com then?

    Because my server also times out at least once or twice a day.
     
  6. This is happening to me with Rust IO and some plug ins...is it just bat hosting by GameServers?
     
  7. I'm pretty sure this happens to everyone.
    Every time there is a garbage collection cycle, some plugin is blocked for a while - then Oxide reports that error.
    Obviously, the plugins that are most affected by this are the plugins that run the most regularly, such as Rust:IO.
    If you get these warnings a lot more frequently than in a cycle of 3 minutes, then something is wrong, but around every 3 minutes it's just the garbage collector kicking in.
     
  8. Oh i see, well thank you for that info, itr seems to be on a player connection but not every player, maybe random? So far no crashes or issues though so it should be ok!
    [DOUBLEPOST=1456711514][/DOUBLEPOST]this is what i get when server starts [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took average: 599m
     
  9. The garbage collector kicks in whenever a certain condition is met, and this is non-deterministic.