That was a typo in my comment before the code (the nutshell
authorBruce Momjian
Sat, 4 Mar 2006 03:47:29 +0000 (03:47 +0000)
committerBruce Momjian
Sat, 4 Mar 2006 03:47:29 +0000 (03:47 +0000)
descriptions after the code are correct). Only shmmax needs to be
multiples of the page size (at least, that's how I interpret the
Darwin code).

Chris Campbell

doc/src/sgml/runtime.sgml

index fad97ce31f3232e9bf5352909c599335bc54ffa4..8036944cab44e37bb65a99f4b1d6e36a1633739f 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -897,8 +897,8 @@ sysctl -w kern.sysv.shmall
        
         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.
+        and SHMMAX to a value that isn't an exact 
+        multiple of 4096.