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:19:47 +0000 (19:19 +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 3f7594e786c0c407dbb0f5041842eb591b98f134..3f192d6e52de1569bc02c425cfac0eef1d0c11cb 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">