Server FPS low when usingSolved
After yesterdays update I have been fighting alot with performance issues. I have 85 plugins and used to get 300, 400+ fps.

With this plugin loaded I get only 20 fps, sometimes 8fps

I remove this plugin and server FPS is to 400+ again

I narrowed it down by adding plugins one by one but this one seems to break the server.
 Most likely it's because of your configuration settings. Please, send me your map size, entities count, configuration.
5b6ed4c9ac8e4.jpg misticos
 Most likely it's because of your configuration settings. Please, send me your map size, entities count, configuration.

it was after a fresh wipe so about 30k entities, 3800 size and the configuration is default with minimum distance changed from 10 to 20 because people were still spawning too close to buildings/turrets

Try lowering it or changing attempts or.# per frame. Please send me your WHOLE config.
5b6ed4c9ac8e4.jpg misticos
Try lowering it or changing attempts or.# per frame. Please send me your WHOLE config.

[code]
{
"Minimal Distance To Building": 20,
"Minimal Distance To Collider": 20,
"Number Of Attempts To Find A Position Per Frame": 250,
"Number Of Positions Per Frame": 10,
"Number Of Attempts To Find A Pregenerated Position": 250,
"Pregenerated Positions Amount": 1000,
"Pregenerated Amount Check Frequency (Seconds)": 60.0,
"Respawn Locations Group": -2,
"Enable Respawn Locations Group": false,
"Location Management Commands": [
"loc",
"location",
"ps"
],
"Location Management Permission": "powerspawn.location",
"Debug": false
}
[/code]

Try to lower pregenerated positions amount to 250, number of attempts to find a position per frame to 100 and this should help. If not, try to change MInimal Distance To...
Locked automatically