Hello everyone, I am experiencing a problem with a short-term decrease in server fps, it happens so that every 60 seconds there is some kind of load due to which the server fps drops by exactly 1 second, while the fps decreases from 30% to 70%. This is especially noticeable when you have plugins, because of what it can be and how can it be fixed?
Reduction of server fps
It's probably a specific plugin that is using a repeating timer to run expensive logic every 60 seconds. Since the issue happens often, it shouldn't take you long to narrow it down by unloading plugins to see when it stops.
If you aren't seeing the issue with a specific plugin, then maybe something is happening every 60 seconds that multiple plugins are hooking into. The most common reason that multiple plugins will lag the server at the same time is that they are doing work when the server saves, but by default, that is every 10 minutes. Have you chance changed the server save interval to 1 minute?
WhiteThunder
It's probably a specific plugin that is using a repeating timer to run expensive logic every 60 seconds. Since the issue happens often, it shouldn't take you long to narrow it down by unloading plugins to see when it stops.
If you aren't seeing the issue with a specific plugin, then maybe something is happening every 60 seconds that multiple plugins are hooking into. The most common reason that multiple plugins will lag the server at the same time is that they are doing work when the server saves, but by default, that is every 10 minutes. Have you chance changed the server save interval to 1 minute?
It is unlikely that this is any particular plugin, since even on an empty server without oxide there are such decreases, but they are insignificant and they can be noticed, provided that you have fps.limit 0, but with the installation of plugins, this drawdown is already becoming noticeable. Autosave costs 15 minutes
Merged post
I realized that due to "spawn.tick_populations" there may be quite strong decreases in server fps. Especially if you have plugins for changing loot, in particular, this applies to components
Same on my server since september update. Every 60 seconds server fps fall from 180 to 80. Don´t think that this is plugin related. Never seen this before.