gpt4 book ai didi

twig - fatal error : Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes)

转载 作者:行者123 更新时间:2023-12-04 16:40:09 25 4
gpt4 key购买 nike

几天前,我启动了一个新的 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

工作正常。

最佳答案

我过去遇到过这样的问题。看起来对于大型项目,这个 CLI 脚本试图做太多的工作。正如我发现在这种情况下可能设置的可用内存量:

sudo php -d memory_limit=256M app/console cache:clear

关于twig - fatal error : Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15308596/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com