Introduce GUC shared_memory_size
Michael Paquier <michael@paquier.xyz>
Introduce GUC shared_memory_size This runtime-computed GUC shows the size of the server's main shared memory area, taking into account the amount of shared memory allocated by extensions as this is calculated after processing shared_preload_libraries. Author: Nathan Bossart Discussion: https://postgr.es/m/F2772387-CE0F-46BF-B5F1-CC55516EB885@amazon.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +14 −0 |
| src/backend/postmaster/postmaster.c | modified | +7 −0 |
| src/backend/storage/ipc/ipci.c | modified | +22 −0 |
| src/backend/utils/misc/guc.c | modified | +12 −0 |
| src/include/storage/ipc.h | modified | +1 −0 |
Documentation touched
Discussion
- Estimating HugePages Requirements? 108 messages · 2021-06-09 → 2022-05-11