On Wednesday, 30 November 2005 at 17:07:51 +0100, Otto Moerbeek wrote:
>
> So first try semmni, semmns and semmsl.
Bingo! I tried with the first one and it seems to work (the 5th instance
of Apache started OK).
Here is what I did
# ipcs -T | grep semmni
semmni: 10 (# of semaphore identifiers)
# sysctl -w kern.seminfo.semmni=20
kern.seminfo.semmni: 10 -> 20
# ipcs -T | grep semmni
semmni: 20 (# of semaphore identifiers)
I will have look further see if there are any other dependent
parameters or the value that I just set is right.
Thanks a lot, guys.
Zoong