Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26d6054

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 bemultiples of the page size (at least, that's how I interpret theDarwin code).Chris Campbell
1 parent295615a commit26d6054

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 exactmultiple 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)

[8]ページ先頭

©2009-2025 Movatter.jp