I'm at my wits end, and need your advice.
At least once a week my server goes "down" and when I go in with Lish all I see is apache processes getting killed.
While the server is down my SWAP and IO is in the RED and no other metrics are out of normal.
Linode 1536
Ubuntu 10.10
2.6.32.16-linode28
512MB SWAP
apache2 -l
Compiled in modules:
core.c
mod_log_config.c
mod_logio.c
prefork.c
http_core.c
mod_so.c
apache2.conf
<IfModule mpm_prefork_module>
StartServers 3
MinSpareServers 3
MaxSpareServers 5
ServerLimit 48
MaxClients 48
MaxRequestsPerChild 4000
</IfModule>
keepalive OFF
/etc/mysql/my.cnf
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
myisam-recover = BACKUP
skip-innodb
table_cache = 128
query_cache_limit = 1M
query_cache_size = 16M
expire_logs_days = 10
max_binlog_size = 100M
max_allowed_packet = 16M
key_buffer = 16M
php.ini
memory_limit = 256M
Any recommendations appreciated!
[/img]