> struct seminfo seminfo = {
>                 SEMMAP,         /* # of entries in semaphore map */
>                 SEMMNI,         /* # of semaphore identifiers */
>                 SEMMNS,         /* # of semaphores in system */
>                 SEMMNU,         /* # of undo structures in system */
>                 SEMMSL,         /* max # of semaphores per id */
>                 SEMOPM,         /* max # of operations per semop call */
>                 SEMUME,         /* max # of undo entries per process */
>                 SEMUSZ,         /* size in bytes of undo structure */
>                 SEMVMX,         /* semaphore maximum value */
>                 SEMAEM          /* adjust on exit max value */
> };
> You probably want to increase either SEMMNI or SEMMNS.

I've noticed that but why are they so "round"? Is there any corelation
between all these numbers? I don't want to break my kernel by guessing.

> > options         SEMMAP=31
> > options         SEMMNI=11
> > options         SEMMNS=61
> > options         SEMMNU=31
> > options         SEMMSL=61
> > options         SEMOPM=101
> > options         SEMUME=11


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

Reply via email to