Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgpool.conf の process_management_mode を dynamic にする #38

Open
khattori opened this issue Aug 1, 2024 · 0 comments
Open

pgpool.conf の process_management_mode を dynamic にする #38

khattori opened this issue Aug 1, 2024 · 0 comments

Comments

@khattori
Copy link
Collaborator

khattori commented Aug 1, 2024

現状の、process_management_mode = static で num_init_chidren =64 だと、
pgpool 起動時に、必要以上に子プロセスを生成してしまう。

これを避けるために、デフォルトでは、 process_management_mode = dynamic にする。
これによって、num_init_children は 128 まで上げて良いかもしれない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant