Date: Tue, 17 Jun 2003 18:51:23 +0400 (MSD) From: Maxim Konovalov <maxim@macomnet.ru> To: docs@freebsd.org Cc: alfred@freebsd.org Subject: SHMALL in pages, not in bytes Message-ID: <20030617184800.S876@news1.macomnet.ru>
next in thread | raw e-mail | index | archive | help
Hello, I guess nobody will object to a diff below? Index: sys/i386/conf/LINT =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/Attic/LINT,v retrieving revision 1.749.2.144 diff -u -r1.749.2.144 LINT --- sys/i386/conf/LINT 4 Jun 2003 17:56:59 -0000 1.749.2.144 +++ sys/i386/conf/LINT 17 Jun 2003 14:44:56 -0000 @@ -294,7 +294,7 @@ # System V shared memory and tunable parameters options SYSVSHM # include support for shared memory options SHMMAXPGS=1025 # max amount of shared memory pages (4k on i386) -options SHMALL=1025 # max amount of shared memory (bytes) +options SHMALL=1025 # max number of shared memory pages system wide options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" # max shared memory segment size (bytes) options SHMMIN=2 # min shared memory segment size (bytes) %%% -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030617184800.S876>