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

Commit

Permalink
Add a note about huge pages to our Postgres doc (#11467)
Browse files Browse the repository at this point in the history
* Add note to postgres doc about hugepages

* Newsfragment
  • Loading branch information
H-Shay committed Dec 1, 2021
1 parent 70cbb1a commit f179546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11467.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a note about postgres memory management and hugepages to postgres doc.
3 changes: 3 additions & 0 deletions docs/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ performance:
Note that the appropriate values for those fields depend on the amount
of free memory the database host has available.

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

## Porting from SQLite

Expand Down

0 comments on commit f179546

Please sign in to comment.