PHP 最大化资源配置 Resource Limits 错误两则

时间:2014-04-04 04:15:57   收藏:0   阅读:423

报错信息1:PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 67108888 bytes)

报错信息2:Fatal error: Maximum execution time of 30 seconds exceeded in

 

最大化资源配置

1
2
3
max_execution_time = 960 ; Maximum execution time of each script, in seconds
max_input_time = 600    ; Maximum amount of time each script may spend parsing request data
memory_limit =99999M ; Maximum amount of memory a script may consume (8MB)

  

PHP 最大化资源配置 Resource Limits 错误两则,布布扣,bubuko.com

原文:http://www.cnblogs.com/cube/p/3643055.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!