📜  增加 PHP 内存 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:34.493000             🧑  作者: Mango

代码示例2
/*
To increase the PHP memory limit setting, edit your PHP.ini file found under /usr/local/etc/php/7.4/.
Increase the default value (example: Maximum amount of memory a script may consume = 128MB) of the PHP memory limit line in php.ini.
*/

memory_limit = 256M