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

Nginx max_children #162

Closed
s4mur4i opened this issue Mar 7, 2017 · 3 comments
Closed

Nginx max_children #162

s4mur4i opened this issue Mar 7, 2017 · 3 comments

Comments

@s4mur4i
Copy link

s4mur4i commented Mar 7, 2017

During a Proof of concept we are configuring two kubernetes namespaces to report to cachet installation. We are seeing following logs:

[07-Mar-2017 20:56:59] WARNING: [pool www] server reached max_children setting (5), consider raising it

Looking at conf I see this is hardwired into it:
https://github.com/CachetHQ/Docker/blob/master/conf/php-fpm-pool.conf#L10

Is there any reason why this is hardwired? can this be moved to env variable, to have it scaled to the local deployment?

Thanks

@djdefi
Copy link
Contributor

djdefi commented Mar 8, 2017

I am open to having this be configurable, feel free to submit a PR.

@s4mur4i
Copy link
Author

s4mur4i commented Mar 9, 2017

Created PR #169

@djdefi
Copy link
Contributor

djdefi commented Mar 14, 2017

Thanks for the PR! this was merged!

@djdefi djdefi closed this as completed Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants