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

Need to help with properly calculate pool size and max db connection #869

Open
garry-t opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@garry-t
Copy link

garry-t commented Nov 14, 2024

Hi, I'm trying understand how to properly assign pool_size for my db if I set max_connection 200.
I set in my config, other settings omit

[general]
worker_threads = 5
[pools.test.users.0]
pool_size = 100

Am I correctly understood that for this user I'll have 500 connection in maximum. So I need to increase db max connection to 500?

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