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

[BUG]: Increase pm.max_children setting for Nextcloud #232

Closed
pmig opened this issue Aug 3, 2023 · 0 comments · Fixed by #238
Closed

[BUG]: Increase pm.max_children setting for Nextcloud #232

pmig opened this issue Aug 3, 2023 · 0 comments · Fixed by #238
Labels
apps/nextcloud bug Something isn't working

Comments

@pmig
Copy link
Member

pmig commented Aug 3, 2023

Actual:

For Nextclouds with many current users pm.max_children exhausts. The default value (5) should be overwritten, as following log statement is printed:

[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.

Other:

An open Nextcloud pr would make this configureavle via an environment variable: nextcloud/docker#1766

@pmig pmig added bug Something isn't working apps/nextcloud labels Aug 3, 2023
pmig added a commit that referenced this issue Aug 6, 2023
…232)

Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
@pmig pmig closed this as completed in #238 Aug 6, 2023
pmig added a commit that referenced this issue Aug 6, 2023
…232)

Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps/nextcloud bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant