首页 > 编程 > PHP > 正文

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

2019-11-15 01:31:02
字体:
来源:转载
供稿:网友
php 最大化资源配置 Resource Limits 错误两则

报错信息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

最大化资源配置

max_execution_time = 960 ; Maximum execution time of each script, in secondsmax_input_time = 600; Maximum amount of time each script may spend parsing request datamemory_limit =99999M ; Maximum amount of memory a script may consume (8MB)

  


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表