git: kernel - sysv - Bump semaphore limits

Samuel Greear sjg at crater.dragonflybsd.org
Sat Nov 5 14:06:17 PDT 2011


commit 493a41a46c0aa00f7d7b25034f1873ef4b85af11
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Sat Nov 5 15:01:26 2011 -0600

    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

Summary of changes:
 sys/kern/sysv_sem.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/493a41a46c0aa00f7d7b25034f1873ef4b85af11


-- 
DragonFly BSD source repository





More information about the Commits mailing list