Doc: shared_memory_size_in_huge_pages with the "SHOW" command.
Yuki Seino <seinoyu@oss.nttdata.com>
From: Seino Yuki <seinoyu@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2024-10-11T08:25:04Z
Lists: pgsql-hackers
Attachments
- v1-0001-shared_memory_size_in_huge_pages_using_show.patch (text/x-diff) patch v1-0001
Hello, Add a reference method for shared_memory_size_in_huge_pages with the "SHOW" command. The current documentation explains the use of the postgres -C command, but this method may be limited in DBaaS or managed service environments. In particular, CloudNativePG does not allow the server to be stopped, making the execution of $ postgres -C impossible. Alternatively, the "SHOW" command can be used, though the documentation states, "Note that the server must be shut down to view this runtime-computed parameter.[1]" This wording could be misunderstood to imply that the parameter cannot be accessed while the server is running. [1] - https://www.postgresql.org/docs/devel/kernel-resources.html#LINUX-HUGE-PAGES Regards, -- Yuki Seino NTT DATA CORPORATION
Commits
-
Adjust documentation for configuring Linux huge pages.
- ff0713d181d0 15.9 landed
- 9e2d813d59a9 18.0 landed
- 0f4045814fd2 16.5 landed
- 053b6daeb9c5 17.1 landed