We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I am open to having this be configurable, feel free to submit a PR.
Sorry, something went wrong.
Created PR #169
Thanks for the PR! this was merged!
No branches or pull requests
During a Proof of concept we are configuring two kubernetes namespaces to report to cachet installation. We are seeing following logs:
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
The text was updated successfully, but these errors were encountered: