pgsql: doc: Improve calculation of vm.nr_hugepages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Improve calculation of vm.nr_hugepages
Date: 2018-03-07 02:48:04
Message-ID: E1etP7c-0001Te-B7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve calculation of vm.nr_hugepages

The previous method worked off the full virtual address space, not just
the shared memory usage.

Author: Tsunakawa, Takayuki <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
Reviewed-by: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Reviewed-by: Vasundhar Boddapati <bvasundhar(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a3739e376fbc9d6e332ce33d42426b1d8b59f20b

Modified Files
--------------
doc/src/sgml/runtime.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-07 02:56:05 pgsql: Fix costing of parallel hash joins.
Previous Message Peter Eisentraut 2018-03-07 02:04:06 pgsql: doc: Add replication parameter to libpq documentation