aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-03-04 03:47:29 +0000
committerBruce Momjian <bruce@momjian.us>2006-03-04 03:47:29 +0000
commit26d6054128a05a19a96d9c4bef57abf7953800cb (patch)
tree81d1c17f4583d472dd1738fc23c42c454fc0d1af
parent295615a6ca64f38d278bdd7c6aeda03ab452ac51 (diff)
downloadpostgresql-26d6054128a05a19a96d9c4bef57abf7953800cb.tar.gz
postgresql-26d6054128a05a19a96d9c4bef57abf7953800cb.zip
That was a typo in my comment before the code (the nutshell
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
-rw-r--r--doc/src/sgml/runtime.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index fad97ce31f3..8036944cab4 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.362 2006/03/02 20:30:21 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.363 2006/03/04 03:47:29 momjian Exp $
-->
<chapter Id="runtime">
@@ -897,8 +897,8 @@ sysctl -w kern.sysv.shmall
<para>
<varname>SHMALL</> is measured in 4KB pages on this platform,
and recent releases of OS X reject attempts to set
- <varname>SHMALL</> and <varname>SHMMAX</> to a value
- that isn't an exact multiple of 4096.
+ and <varname>SHMMAX</> to a value that isn't an exact
+ multiple of 4096.
</para>
</listitem>
</varlistentry>