jebblue wrote:
There seems to be a rash of these "OOM/help my new Linode fell over and can't get up" reports lately and almost always from people making their first post. Is it coincidence or something else?
Guspaz wrote:
The more time goes on, the bigger Linode gets, and the more beginners there are to need help.
I'd go with the reasoning as to why I switched to Linode: tired of using a large shared hosting company. Unfortunately, as the topic suggests, you need to apparently have some know-how which me as well as most likely many others don't necessarily have.
hoopycat wrote:
Are you running anything PHP-related? If so, are you using mod_php? If so, what did you set MaxClients for mpm-prefork to? If you didn't touch it, your configuration is assuming you have somewhere in the range of 8 to 16 GB of RAM.
Try MaxClients 20 and see how that goes. (You may have to set KeepaliveTimeout to 1, depending on your traffic levels.)
Appreciate the advice. I'll look to change the settings and see how it goes.