Add huge_page_size setting for use on Linux.
Thomas Munro <tmunro@postgresql.org>
Add huge_page_size setting for use on Linux. This allows the huge page size to be set explicitly. The default is 0, meaning it will use the system default, as before. Author: Odin Ugedal <odin@ugedal.com> Discussion: https://postgr.es/m/20200608154639.20254-1-odin%40ugedal.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +27 −0 |
| doc/src/sgml/runtime.sgml | modified | +35 −20 |
| src/backend/port/sysv_shmem.c | modified | +45 −17 |
| src/backend/utils/misc/guc.c | modified | +31 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +2 −0 |
| src/include/storage/pg_shmem.h | modified | +1 −0 |
Documentation touched
Discussion
- [PATCH] Add support for choosing huge page size 10 messages · 2020-06-08 → 2020-07-17