Doc: Add the criteria for selecting processes to be killed to max_spare_children.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 1 Aug 2024 04:49:48 +0000 (13:49 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 1 Aug 2024 04:59:55 +0000 (13:59 +0900)
doc.ja/src/sgml/connection-settings.sgml
doc/src/sgml/connection-settings.sgml

index 91581086a0afbf82e2f275d9b1312dccb9685a6c..1ecae31723b28422b40f10bb19fa8d04cbc420e4 100644 (file)
      <para>
       <!--
       Specify the maximum number of spare (idle) child processes to keep.
-       If the idle process count increases from max_spare_children, Pgpool-II will kill the excessive child processes.
+      If the idle process count increases from max_spare_children, Pgpool-II will kill the excessive child processes.
+      Selection criteria is to select the processes with minimum number of pooled connections.
       Default value is 10.
       -->
       保持する予備(アイドル状態)の子プロセスの最大個数を指定します。
       予備(アイドル状態)の子プロセス数が<varname>max_spare_children</varname>を超えた場合、<productname>Pgpool-II</productname>は余分な子プロセスを強制終了します。
+      プールされた接続数が少ないものから順に強制終了の対象として選ばれます。
       デフォルト値は10です。
      </para>
      <para>
index 5b0af0a496749722005d2e60aec855d5a1fd8ed6..0bdfa500e3711db71a7f1a283b1316757a00503f 100644 (file)
     <listitem>
      <para>
       Specify the maximum number of spare (idle) child processes to keep.
-       If the idle process count increases from max_spare_children, Pgpool-II will kill the excessive child processes.
+      If the idle process count increases from max_spare_children, Pgpool-II will kill the excessive child processes.
+      Selection criteria is to select the processes with minimum number of pooled connections.
       Default value is 10.
      </para>
      <para>