首页 > 技术文章 > Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes)

Ares0023 2018-08-14 10:27 原文

出现  Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes)时在php.ini文件中配置
memory_limit = 128M;//将128M改成了256M就可以了。

推荐阅读