Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 12:30:20 GMT
From:      Robert Millan <rmh@debian.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/77353: grow SysV IPC kernel limits
Message-ID:  <200502111230.j1BCUKMj000294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/77353; it has been noted by GNATS.

From: Robert Millan <rmh@debian.org>
To: "Devon H. O'Dell" <dodell@sitetronics.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: kern/77353: grow SysV IPC kernel limits
Date: Fri, 11 Feb 2005 13:23:43 +0100

 On Fri, Feb 11, 2005 at 11:21:54AM +0100, Devon H. O'Dell wrote:
 > > --- src/sys/i386/conf/GENERIC~  2005-02-01 21:44:25.000000000 +0100
 > > +++ src/sys/i386/conf/GENERIC   2005-02-01 21:47:12.000000000 +0100
 > > @@ -49,8 +49,14 @@
 > >  options        SCSI_DELAY=15000        # Delay (in ms) before probing SCSI
 > >  options        KTRACE                  # ktrace(1) support
 > >  options        SYSVSHM                 # SYSV-style shared memory
 > > +options         SHMMAXPGS=4096
 > > +options         SHMSEG=256
 > >  options        SYSVMSG                 # SYSV-style message queues
 > >  options        SYSVSEM                 # SYSV-style semaphores
 > > +options         SEMMNI=256
 > > +options         SEMMNS=512
 > > +options         SEMMNU=256
 > > +options         SEMMAP=256
 > >  options        _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension
 > > s
 > >  options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
 > >  options        AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
 > 
 > If I'm not mistaken, these can be set as sysctls. Take a look at the
 > kern.ipc MIB.
 
 You mean in runtime?  IIRC, some of the kern.ipc sysctl variables are not
 writable.  Am I missing something?
 
 -- 
  .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
 : :' :
 `. `'    http://www.debian.org/ports/kfreebsd-gnu
   `-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502111230.j1BCUKMj000294>