数日前、私は新しいSymfony2のアプリケーションを起動し、私はキャッシュでいくつかのトラブルを取得:致命的なエラー:33554432バイトの許可メモリサイズが使い果たさは(72バイトを割り当てしようとした)
$ 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
が問題ありません。
単純な 'rm -rf app/cache/* 'はあなたのために機能しますか?また、Symfony GitHubページでバグレポートを開くこともできます。 – smottt
いいえ、ごめんなさい。私は質問を更新しました。 – sensorario
クイックフィックスとして、php.iniのmemory_limitを試してみてはどうですか?64MB? – smottt