https://bz.apache.org/bugzilla/show_bug.cgi?id=57526
Atul Sharma <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Severity|normal |major Resolution|INVALID |--- Version|2.5-HEAD |2.2.29 --- Comment #2 from Atul Sharma <[email protected]> --- To resolve the same issue increased the amount of semaphores avalible by editing /etc/sysctl.conf and adding the below line, also comment the old setting /etc/sysctl.conf: #kernel.sem=512 524288 100 1024 <--Old value kernel.sem = 512 1048576 100 2048 ---- Even this limit is getting crossed now and I suspect some issue of memory leak or somehow apache is leaving many stale connections. Could you please help us in determining the problem. Best Regards, Atul Sharma -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
