Add a note about huge pages to our Postgres doc (#11467)

* Add note to postgres doc about hugepages

* Newsfragment
code_spécifique_watcha
Shay 3 years ago committed by GitHub
parent 70cbb1a5e3
commit f1795463bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/11467.misc
  2. 3
      docs/postgres.md

@ -0,0 +1 @@
Add a note about postgres memory management and hugepages to postgres doc.

@ -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

Loading…
Cancel
Save