Has anyone had the problem with Apache dying after being up over a week with the following message?
There is a moderate amount of discussion on it, but no solutions I found. Memory leaks.
The temporary solution to clear up the semaphores for Apache with a:
ipcs -m | grep nobody | perl -e 'while (</stdin><stdin>) { @a=split(/\s+/); print `ipcrm -m $a[1]`}' </stdin>
works but, it only treats the symptom (dead Apache) not the cause. SIM and cleaning the semaphores daily is the best I have found.
Popularity: 1%
{ 1 comment }