合計必要プロセスメモリ(メガバイト単位) = <xref linkend="guc-num-init-children"> * 0.16
</programlisting>
たとえば<varname>num_init_children</varname> = 32 (デフォルト値です)なら、5.2 MBのメモリが必要です。
+ なお、このメモリ量は<productname>Pgpool-II</productname>子プロセス起動時の最低限の必要メモリで、プロセスが稼働するにしたがって、通信データの大きさなどに応じて更に使用するメモリが増えていきます。
+ 実際に<productname>Pgpool-II</productname>を動かして、必要なメモリ量がどのくらいになるのか実運用に入る前に検証することをお勧めします。
</para>
</sect3>
</sect2>
<programlisting>
Process memory requirement in total (in mega bytes) = <xref linkend="guc-num-init-children"> * 0.16
</programlisting>
- For example if you have <varname>num_init_children</varname> =
- 32 (the default), you will need 5.2MB.
+ For example if you have <varname>num_init_children</varname> = 32
+ (the default), you will need 5.2MB. Please note that this is
+ minimum memory requirement
+ upon <productname>Pgpool-II</productname> child process starting
+ up. Once the process runs, it will consume more memory depending
+ on the message packet sizes and other factors. It is recommended
+ to measure the amount of memory actually used by the process
+ before starting production use.
</para>
</sect3>
</sect2>