pgsql: doc: Improve calculation of vm.nr_hugepages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Improve calculation of vm.nr_hugepages
Date
Msg-id E1etP7c-0001Te-B7@gemulon.postgresql.org
Whole thread Raw
List 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.takay@jp.fujitsu.com>
Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>
Reviewed-by: Vasundhar Boddapati <bvasundhar@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add replication parameter to libpq documentation
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix costing of parallel hash joins.