加载数据时的奏鸣曲错误
Sonata error during loading data
我在执行Sonata的命令加载数据时出错:
php bin/load_data.php
我的控制台return我的错误
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes)
in /Projets/LGAV/app/bootstrap.php.cache on line 2675
An error occurs when running a command!
我不知道怎么解决...
你有什么想法吗?
谢谢
您是否尝试过在 php.ini 中增加内存限制?
memory_limit 配置参数默认为 128MB,有时它可能太小了。
我在执行Sonata的命令加载数据时出错:
php bin/load_data.php
我的控制台return我的错误
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes)
in /Projets/LGAV/app/bootstrap.php.cache on line 2675
An error occurs when running a command!
我不知道怎么解决...
你有什么想法吗?
谢谢
您是否尝试过在 php.ini 中增加内存限制? memory_limit 配置参数默认为 128MB,有时它可能太小了。