-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
start one worker process per core #1238
Conversation
4a6dd5c
to
0aa9c71
Compare
Acceptance tests are very unhappy for unrelated reasons |
IMO, this is a 'breaking change'. Even though they recommend 'auto', the upstream nginx default is still Perhaps we should actually allow and default to |
For us, its totally valid to default to
We always tend to 2. or 3. because 1. is for the majority of software not really usable in the real world. |
I think switching to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree this is a sane update.
Btw, please do fix the tests before merging :) |
Many people are confused by this default setting. The default of one core is often a bottleneck. I would like to switch the default to the amount of cores. The auto option is also recommended upstream: https://www.nginx.com/blog/tuning-nginx/
start one worker process per core
Many people are confused by this default setting. The default of one
core is often a bottleneck. I would like to switch the default to the
amount of cores.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues