Doc: add explanation about the shared memory required by shared relation cache.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 16 Jan 2021 10:15:57 +0000 (19:15 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 16 Jan 2021 10:15:57 +0000 (19:15 +0900)
Add description to "Memory requirement" section so that in Pgpool-II
4.1 and after require additional shared memory for shared relation
cache.

doc.ja/src/sgml/performance.sgml
doc/src/sgml/performance.sgml

index 50e3fa8059c5217e9eaeeabd07653c2ef7dff2c3..461d60ef7548272f3caac99e3d6edaa111a6639c 100644 (file)
       必要メモリ量に関しては<xref linkend="guc-memqcache-total-size">と<xref linkend="guc-memqcache-max-num-cache">を参照してください。
     </para>
 
+    <para>
+     ただし<productname>Pgpool-II</productname> 4.1移行では、インメモリクエリキャッシュが有効になっていなくても、<xref linkend="guc-enable-shared-relcache">が有効なら(デフォルトで有効です)、追加で64MBの共有メモリを使用することに注意してください。
+    </para>
+
    </sect3>
    
    <sect3 id="process-memory-requirement">
index 118e6a7ec6572c6447128371711428d0c89d8476..c8743a3de08413c7eb818bfedc6cae223359e06e 100644 (file)
        size.
     </para>
 
+    <para>
+     Note that, however, in <productname>Pgpool-II</productname> 4.1
+     or after, even if the in memory query cache is not enabled, it
+     consumes additional 64MB of shared memory, if <xref
+     linkend="guc-enable-shared-relcache"> is enabled (it is enabled
+     by default).
+    </para>
    </sect3>
    
    <sect3 id="process-memory-requirement">