pgsql: Improve documentation about use of Linux huge pages.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation about use of Linux huge pages.
Date: 2016-10-22 18:05:13
Message-ID: E1by0fR-0002x9-Ib@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation about use of Linux huge pages.

Show how to get the system's huge page size, rather than misleadingly
referring to PAGE_SIZE (which is usually understood to be the regular
page size). Show how to confirm whether huge pages have been allocated.
Minor wordsmithing. Back-patch to 9.4 where this section appeared.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1885c88459698251eca64f095d9942c540ba0fa8

Modified Files
--------------
doc/src/sgml/runtime.sgml | 62 +++++++++++++++++++++++++++++------------------
1 file changed, 38 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-10-22 19:17:00 Re: pgsql: postgres_fdw: Attempt to stabilize regression results.
Previous Message Andrew Dunstan 2016-10-22 17:09:37 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.