austins wrote:
mysqld invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
Sounds like sanvila's crystal ball is working well.
sanvila wrote:
Your mysql daemon is probably a victim of the Out Of Memory killer. I guess you have Apache in prefork mode and more visits than your available RAM + swap can handle.
Are you running Apache? If so, check out the Linode
memory troubleshooting guide. Should you still have out-of-memory problems after following that, reduce MaxClients even lower. As suggested earlier, you could also switch to nginx or use Apache with php-fpm, but these are more involved options that aren't really necessary for a low-traffic blog.