I have a site with one wordpress blog getting about 8.000 unique visitors a day, I have activated Wordpress Super Cache plugin but anyway, mysql stills hangs my system. With this message when I enter with ajax console:
Code:
root@localhost:/mnt # Out of Memory: Kill process 9624 (mysqld) score 34539 and children.
Out of memory: Killed process 9624 (mysqld).
To give an idea of resources usage during a peak:
For example, right now:
Code:
root@localhost:/tmp: # ps aux | grep apache | wc -l
73
Code:
root@localhost:/home/fmartin # free
total used free shared buffers cached
Mem: 645324 410904 234420 0 4260 36436
-/+ buffers/cache: 370208 275116
Swap: 263160 65028 198132
I don't know how to identify which procces is causing mysql to exceed memory usage (wordpress is running along some other little modules). Is there any tool to track mysql problematic queries or any hint for mysql configuration file?
Thanks for attention