首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

请教Out of memory是什么有关问题

2013-11-11 
请问Out of memory是什么问题?本帖最后由 billykame723 于 2013-09-12 19:08:44 编辑请问这是什么问题?Fat

请问Out of memory是什么问题?
本帖最后由 billykame723 于 2013-09-12 19:08:44 编辑 请问这是什么问题?
Fatal error: Out of memory (allocated 1458044928) (tried to allocate 2496 bytes) in G:\education\class\simplehtmldom\simple_html_dom.php on line 1180
PHP.INI里已修改过
memory_limit = 1128M

在代码中添加
set_ini("memory_limit","-1");
也不行,求解!
[解决办法]
适当减少一下
MaxClients
MaxRequestsPerChild
MaxKeepAliveRequests
的值

减小 KeepAliveTimeout 的值。

另外优化一下代码,变量用完后尽然unset()和null一下。

热点排行