https://bz.apache.org/bugzilla/show_bug.cgi?id=53999

--- Comment #10 from Bartosz Kwitniewski <[email protected]> ---
Just a note: if You have strange crashes/deadlocks while using "Mutex sem",
then it might be related to semaphore arrays limit in the kernel, which is 128
by default. You can check semaphores currently used by Apache with "ipcs -s".
Limit can be changed from 128 to e.g. 1024 using sysctl (last number is the
limit):

sysctl -w kernel.sem="250 32000 32 1024"

-- 
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]

Reply via email to