PHP struggling under heavy load – “failed to prepare the stderr pipe: Too many open files (24)”
PHP struggling under heavy load – “failed to prepare the stderr pipe: Too many open files (24)” The rlimit_files parameter in the php-fpm.conf files needs to be adjusted: rlimit_files = 4096 The path to the php-fpm.conf should be something like /etc/php/5.6/fpm/php-fpm.conf We can see that…
Read more