kernel - sysv - Bump semaphore limits
authorSamuel J. Greear <sjg@thesjg.com>
Sat, 5 Nov 2011 21:01:26 +0000 (15:01 -0600)
committerSamuel J. Greear <sjg@thesjg.com>
Sat, 5 Nov 2011 21:01:26 +0000 (15:01 -0600)
commit493a41a46c0aa00f7d7b25034f1873ef4b85af11
tree605cff02f7b29785aa1da7158c7240c09dd5cf84
parent4f09feabf58e57e252214dd36c320ea8a55bf431
kernel - sysv - Bump semaphore limits

* Bump kern.ipc.semmns, the total number of system semaphores, to 341.
  This count represents an array of 12-byte tracking structures, 341 of these
  consumes a single hardware page.

* Bump kern.ipc.semmni to accomodate the new semmns limit per the PostgreSQL
  calculations from
  http://developer.postgresql.org/pgdocs/postgres/kernel-resources.html
sys/kern/sysv_sem.c