入门客AI创业平台(我带你入门,你带我飞行)
博文笔记

php 数据过大 内存溢出

创建时间:2010-04-19 投稿人: 浏览次数:1384

 

 

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in :/Inetpub/wwwroot04/test.php on line 8

 

Fatal error: Out of memory (allocated 259,260,416) (tried to allocate 16 bytes) in C:/Inetpub/wwwroot04/test.php on line 8

 

 

 

//ini_set("memory_limit", "-1");

 

$index=0;

$arr = array();

try {

    while (true) {

        $arr[] = $index++;

    }

} catch (Exception $e) {

    exit($index);

}

声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。