Skip to content

Commit 053b6da

Browse files
Adjust documentation for configuring Linux huge pages.
The present wording about viewing shared_memory_size_in_huge_pages seems to suggest that the parameter cannot be viewed after startup at all, whereas the intent is to make it clear that you can't use "postgres -C" to view this parameter while the server is running. This commit rephrases this section to remove the ambiguity. Author: Seino Yuki Reviewed-by: Michael Paquier, David G. Johnston, Fujii Masao Discussion: https://postgr.es/m/420584fd274f9ec4f337da55ffb3b790%40oss.nttdata.com Backpatch-through: 15
1 parent b8d08aa commit 053b6da

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,11 +1422,10 @@ export PG_OOM_ADJUST_VALUE=0
14221422
with <varname>CONFIG_HUGETLBFS=y</varname> and
14231423
<varname>CONFIG_HUGETLB_PAGE=y</varname>. You will also have to configure
14241424
the operating system to provide enough huge pages of the desired size.
1425-
To determine the number of huge pages needed, use the
1426-
<command>postgres</command> command to see the value of
1427-
<xref linkend="guc-shared-memory-size-in-huge-pages"/>. Note that the
1428-
server must be shut down to view this runtime-computed parameter.
1429-
This might look like:
1425+
The runtime-computed parameter
1426+
<xref linkend="guc-shared-memory-size-in-huge-pages"/> reports the number
1427+
of huge pages required. This parameter can be viewed before starting the
1428+
server with a <command>postgres</command> command like:
14301429
<programlisting>
14311430
$ <userinput>postgres -D $PGDATA -C shared_memory_size_in_huge_pages</userinput>
14321431
3170

0 commit comments

Comments
 (0)