Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.361
diff -c -c -r1.361 runtime.sgml
*** doc/src/sgml/runtime.sgml 5 Jan 2006 03:01:33 -0000 1.361
--- doc/src/sgml/runtime.sgml 2 Mar 2006 20:28:06 -0000
***************
*** 886,904 ****
changes take effect.
!
! SHMALL> is measured in 4KB pages on this platform.
! Also note that some releases of OS X will reject attempts to
! set SHMMAX> to a value that isn't an exact multiple
! of 4096.
--- 886,904 ----
changes take effect.
!
! In OS X 10.3.9 and later, the file /etc/sysctl.conf>
! allows shared memory setting to be saved across operating system
! upgrades, and is the recommended method for setting these
! parameters. When using this file, all five shared memory values
! must be set or the changes will be ignored.
!
! SHMALL> is measured in 4KB pages on this platform,
! and recent releases of OS X reject attempts to set
! SHMALL> and SHMMAX> to a value
! that isn't an exact multiple of 4096.