-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Customize php-fpm configuration in stable-fpm #1080
Comments
Please try again with |
How can I verify it's working or where can I check out running php-fpm configuration? |
@khartahk on my side the default was reached when trying to upload multiples files or a big files through the Web interface (Drag & Drop). If you reach the limit, then you should see something like that in the logs of the nextcloud container:
Above you can see that it spawn 8 children which is above the default value of ( (if I remember well). |
E.g. with https://www.php.net/manual/en/install.fpm.configuration.php#pm.status-path |
@khartahk the solution of mounting additional file works, you can verify with running this command from the container: |
I guess the question has been answered. We just consume the base image from https://github.com/docker-library/php, so this is not specific to the Nextcloud image. |
I'm trying to increase
pm.max_children
instable-fpm
but it's not working.I've tried adding
/usr/local/php-fpm.d/www2.conf
withBut it doesn't appear to be working. Should this be done this way and I just don't know how to check for the effects or is there some other proper route?
I really don't want to copy the
www.conf
to my host config folder and override it by mounting the file in the same place as I don't want to risk breakage in the future.What would be the proper way to do this?
The text was updated successfully, but these errors were encountered: