This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
when_apache_runs_out_of_semaphores [2009/03/16 04:24] adam created |
when_apache_runs_out_of_semaphores [2016/11/25 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== What to Do When Apache Runs Out of Semaphores ===== | ===== What to Do When Apache Runs Out of Semaphores ===== | ||
| - | Taken from [http:// | + | Taken from [[http:// |
| - | If you get this error message when trying to start Apache, then you're out of [http:// | + | If you get this error message when trying to start Apache, then you're out of [[http:// |
| - | # apachectl start | + | |
| - | Ouch! ap_mm_create(1048576, | + | Ouch! ap_mm_create(1048576, |
| - | Error: MM: mm:core: failed to acquire semaphore (No space left on device): OS: Invalid argument | + | Error: MM: mm:core: failed to acquire semaphore (No space left on device): OS: Invalid argument |
| - | / | + | / |
| The easy fix is to just remove all semaphores owned by Apache: | The easy fix is to just remove all semaphores owned by Apache: | ||
| Line 14: | Line 14: | ||
| # / | # / | ||
| - | Got the fix from [http:// | + | Got the fix from [[http:// |