Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f179546

Browse files
authored
Add a note about huge pages to our Postgres doc (#11467)
* Add note to postgres doc about hugepages * Newsfragment
1 parent 70cbb1a commit f179546

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.d/11467.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a note about postgres memory management and hugepages to postgres doc.

docs/postgres.md

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ performance:
118118
Note that the appropriate values for those fields depend on the amount
119119
of free memory the database host has available.
120120

121+
Additionally, admins of large deployments might want to consider using huge pages
122+
to help manage memory, especially when using large values of `shared_buffers`. You
123+
can read more about that [here](https://www.postgresql.org/docs/10/kernel-resources.html#LINUX-HUGE-PAGES).
121124

122125
## Porting from SQLite
123126

0 commit comments

Comments
 (0)