CSL wrote:Check your database status: memory use, cache use, thread creation, cache sizes, etc. Check for swap use on the machine (any swap use is generally not good). Check database size - is it larger than 9GB? If so, your OS isn't going to be able to cache everything it will want to, and you'll probably be hitting disk access bottlenecks as the others have said when it has to unload and read new content into memory.
If you're using MySQL (? you haven't said) you can use a script such as mysqltuner to check these things for you and give recommendations:
https://github.com/rackerhacker/MySQLTuner-perl
Thnak you for your answer, the script only works on linux environments, sadly i'm on windows..
I just noticed in the logs, there is a persistant error as well:
[kernel:system:PID:PIDGET] unknown column 'process_change' in 'field list', SQL: 'SELECT Process_name, Process_id, Process_host, Process_create, Process_change'. rocess could not be found in the process table!
does anyone know how to stop this?