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 SEM
Kent Boortz <[EMAIL PROTECTED]> wrote:
> semget(IPC_PRIVATE, SEMMSL, IPC_EXCL | IPC_CREAT | 0600))
>
> fails with the error "No space left on device". I tried to
> use a smaller value for SEMMSL but it did not help.
The tunable kernel paramater "SEMMNS" defaults to 60, that's the
maximal n
2 matches
Mail list logo