[pgpool-committers: 8678] pgpool: Doc: fix memory requirement	section.
    Tatsuo Ishii 
    ishii at sraoss.co.jp
       
    Mon Jun  6 22:18:01 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2b0f513430bab8b1d7898291638b335e8f04a76d
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