[pgpool-committers: 8674] pgpool: Doc: fix memory requirement section.
Tatsuo Ishii
ishii at sraoss.co.jp
Mon Jun 6 22:17:45 JST 2022
Doc: fix memory requirement section.
- enhance the formula to calculate shared memory requirement so that it computes more accurate result.
- fix shared memory requirement for shared rel cache. The old value 64MB was simply wrong.
- fix process memory requirement. Previously the formula was based on
RSS. However PSS should be used because RSS includes shared memory
such as the memory used for libraries. This resuls in lot smaller
memory requirement than before.
Branch
------
V4_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=237afad9c519f0657f29794a6ada96ad4326b52b
Modified Files
--------------
doc.ja/src/sgml/performance.sgml | 10 +++++-----
doc/src/sgml/performance.sgml | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
More information about the pgpool-committers
mailing list