You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
Would dropping the number of workers slow things down? It's my understanding that in dynamic mode, the max children are only reached if the other children are already overloaded.
Given that, I'm thinking you're correct that the best way to modify this would be to share in the config file from your host as a mount.
Hi,
Since today, my server faced a really high load average :
While throubleshooting, I noticed that :
1/ My CPUs were idle
2/ There was a large number of php-fpm processes in nextcloud's container :
(I only have 2 cores on this server)
Looking at php-fpm's conf, I noticed that :
I changed "15" by "2", restarted the container and everything went fine.
Will you please update your image or do I have to share php-fpm.conf with my host in order to keep the good setting ?
Regards,
z.
The text was updated successfully, but these errors were encountered: