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
Actual:
For Nextclouds with many current users pm.max_children exhausts. The default value (5) should be overwritten, as following log statement is printed:
pm.max_children
[pool www] server reached pm.max_children setting (5)
Desired:
Add or overwrite a php.ini file in /usr/local/etc/php-fpm.d/ with a value better suited to the target environment. We can use 256 as starting value.
/usr/local/etc/php-fpm.d/
Other:
An open Nextcloud pr would make this configureavle via an environment variable: nextcloud/docker#1766
The text was updated successfully, but these errors were encountered:
fix(Nextcloud): improve php-fpm pm config to avoid thread exhaustion (#…
9425a9b
…232) Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
9207495
Successfully merging a pull request may close this issue.
Actual:
For Nextclouds with many current users
pm.max_children
exhausts. The default value (5) should be overwritten, as following log statement is printed:Desired:
Add or overwrite a php.ini file in
/usr/local/etc/php-fpm.d/
with a value better suited to the target environment. We can use 256 as starting value.Other:
An open Nextcloud pr would make this configureavle via an environment variable: nextcloud/docker#1766
The text was updated successfully, but these errors were encountered: