Protected: vsftpd でパッシブモードを使うには?
There is no excerpt because this is a protected post.
Protected: vsftpd でパッシブモードを使うには? Read More »
There is no excerpt because this is a protected post.
Protected: vsftpd でパッシブモードを使うには? Read More »
デフォルトの 100 は不安な感じがします。
ポストグレスの max_connections の設定値が知りたい Read More »
①メモリが 64GB なら 16GB を割り当てます。 ②メモリが 32GB なら 8GBを 割り当てます。 ③メモリが 16GB なら 4GB を割り当てます。 ④メモリが 8GB なら 2GB を割り当てます。
ポストグレスの shared_buffers の設定値が知りたい Read More »
①メモリが 64GB なら、shared_buffers は 16GB。max_connections を 512 とすると…(64-16)*1024/512=96MB。 ②メモリが 32GB なら、shared_buffers は 8GB。max_connections を 512 とすると…(32-8)*1024/512=48MB。 ③メモリが 16GB なら、shared_buffers は 4GB。max_connections を 512 とすると…(16-4)*1024/512=24MB。 ④メモリが 8GB なら、shared_buffers は 2GB。max_connections を 512 とすると…(8-2)*1024/512=12MB。
ポストグレスの work_mem の設定値が知りたい Read More »