Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is based on a sample of 10.000 requests after launching on Platform.sh: platform log --lines 10000 php.access | awk '{print $6}' | sort -n | uniq -c Reading log file [email protected]:/var/log/php.access.log 9598 2048 401 4096 1 6144 We might even be able to go lower but 10MB is the minimum value on Platform.sh but setting this value leads to weird redirection errors between FPM-FPM and NGINX so go one up with 11MB. https://docs.platform.sh/languages/php/fpm.html#2-adjust-the-maximum-number-of-php-fpm-workers
- Loading branch information