Increase in CPU usage over time

@Mahdad-Baghani The problem with your CPU spikes will be caused by the fact that you’re running both the game server and database server on the same hardware. The database itself can be CPU hungry especially when it performs garbage collection to reap dead rows from the file system. I don’t recommend you run the two on the same server hardware.

1 Like