Kent Boortz <[EMAIL PROTECTED]> wrote:
>     semget(IPC_PRIVATE, SEMMSL, IPC_EXCL | IPC_CREAT | 0600))
> 
> fails with the error "No space left on device".

Since SEMMSL defaults to SEMMNS, this is guaranteed to fail if
anything else is using semaphores.

> I tried to
> use a smaller value for SEMMSL but it did not help. 

I'm not sure what you mean by this.  Did you re-define SEMMSL before
your semget, or build a new kernel with a smaller SEMMSL?

If you intend to make heavy use of semaphores, you might like to
study PR kern/12014 as well.

Peter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to