Fatal Error - Too many open files

前端 未结 8 1536
暖寄归人
暖寄归人 2020-12-08 02:22

I try to run PHPUnit Tests in my new machine and I get this error:

PHP Fatal error: Uncaught exception \'UnexpectedValueException\' with message \'Re

8条回答
  •  旧时难觅i
    2020-12-08 03:23

    Maybe, you have some error with file /etc/init.d/phpx.x-fpm. Let’s restart it:

    sudo /etc/init.d/php7.2-fpm restart
    

提交回复
热议问题