数日前、新しい 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
正常に動作します。