当我将一个大图像文件夹放入我的 中/web folder
时,该"cache"clear"
命令失败并显示
“内存不足异常”
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 151552 bytes) in /Users/john/Development/git/website/vendor/twig/twig/lib/Twig/Compiler.php on line 124
[Symfony\Component\Debug\Exception\OutOfMemoryException]
Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 151552 bytes)
Exception trace:
() at /Users/john/Development/git/website/vendor/twig/twig/lib/Twig/Compiler.php:124
图像文件夹包含 10.000 张图像,大小约为 600MB。当我删除这个文件夹时,“cache:clear”命令运行成功。
我正在Symfony 2.8
使用PHP 7.1
. PHP 内存限制设置为 512MB,这是我主机上的最大值。
更新:
当我添加--no-warmup
到命令时,我没有得到exception
.
$ php app/console cache:clear --verbose --no-warmup