docs: Résoudre le problème de server reached pm.max_children

This commit is contained in:
Simon 2021-06-21 15:28:17 +02:00
parent fa76e4e79f
commit a3c730dd95
1 changed files with 9 additions and 0 deletions

View File

@ -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