[pgpool-committers: 8676] pgpool: Doc: fix memory requirement section.

Tatsuo Ishii ishii at sraoss.co.jp
Mon Jun 6 22:17:55 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_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6d826e25ab0910a7a402eff8f9eb857a17328eb7

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