Skip to content

Commit 26d6054

Browse files
committed
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
1 parent 295615a commit 26d6054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.362 2006/03/02 20:30:21 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.363 2006/03/04 03:47:29 momjian Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -897,8 +897,8 @@ sysctl -w kern.sysv.shmall
897897
<para>
898898
<varname>SHMALL</> is measured in 4KB pages on this platform,
899899
and recent releases of OS X reject attempts to set
900-
<varname>SHMALL</> and <varname>SHMMAX</> to a value
901-
that isn't an exact multiple of 4096.
900+
and <varname>SHMMAX</> to a value that isn't an exact
901+
multiple of 4096.
902902
</para>
903903
</listitem>
904904
</varlistentry>

0 commit comments

Comments
 (0)