ini_set('memory_limit','3072M');  // 临时设置最大内存占用为3G
set_time_limit(0);           // 设置脚本最大执行时间 为0 永不过期

 

相关文章: