docs: Résoudre le problème de server reached pm.max_children
This commit is contained in:
parent
fa76e4e79f
commit
a3c730dd95
|
@ -53,6 +53,15 @@ ssh <server>
|
|||
docker exec nextcloud-fpm apk add --no-cache imagemagick
|
||||
```
|
||||
|
||||
## PHP-FPM: remédier à server reached pm.max_children
|
||||
|
||||
https://buzut.net/php-fpm-server-reached-pm-max-children/
|
||||
|
||||
```
|
||||
docker exec -it nextcloud-fpm ash
|
||||
vi /usr/local/etc/php-fpm.d/www.conf
|
||||
```
|
||||
|
||||
[github]: https://github.com/nextcloud/server
|
||||
[documentation]: https://docs.nextcloud.com/server/latest/admin_manual/contents.html
|
||||
[backup]: https://docs.nextcloud.com/server/latest/admin_manual/maintenance/backup.html
|
||||
|
|
Loading…
Reference in New Issue