我在尝试使用 Symfony 5 时遇到以下错误
bin/console cache:clear
Run Code Online (Sandbox Code Playgroud)
我知道如何修补该问题(memory_limit=-1),但我想知道为什么会出现此错误。
错误 :
PHP 致命错误:第 157 行 /Applications/MAMP/htdocs/Toile./vendor/twig/twig/src/Lexer.php 中允许的内存大小 134217728 字节耗尽(尝试分配 32230840 字节)
15:50:13 严重 [php] 致命错误:允许的内存大小 134217728 字节已耗尽(尝试分配 32230840 字节)
Run Code Online (Sandbox Code Playgroud)[ "exception" => Symfony\Component\ErrorHandler\Error\OutOfMemoryError { -error: [ "type" => 1, "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 32230840 bytes)", "file" => "/Applications/MAMP/htdocs/Toile./vendor/twig/twig/src/Lexer.php", "line" => 157 ] #message: "Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32230840 bytes)" #code: 0 #file: "./vendor/twig/twig/src/Lexer.php" #line: 157 } ] …