几天前我开始使用新的Symfony2应用程序,但是我遇到了一些缓存问题:
$ rm -rf ./app/cache/*
$ rm -rf ./app/logs/*
$ ./app/console cache:clear
Clearing the cache for the dev environment with debug true
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /Users/simonegentili/Development/Www/shop_website/vendor/twig/twig/lib/Twig/Node/Text.php on line 23
而且......
$ ./app/console cache:clear --env=prod
工作正常。
答案 0 :(得分:15)
sudo php -d memory_limit=256M app/console cache:clear