Home  >  Article  >  Backend Development  >  Two Mistakes in PHP Maximizing Resource Configuration Resource Limits_PHP Tutorial

Two Mistakes in PHP Maximizing Resource Configuration Resource Limits_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:34:401020browse

Error message 1: PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 67108888 bytes)

Error message 2:Fatal error: Maximum execution time of 30 seconds exceeded in

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)

 

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/749286.htmlTechArticleError message 1: PHP Fatal error : Allowed memory size of 25165824 bytes exhausted (tried to allocate 67108888 bytes) Error message 2: Fatal error : Maximum execution time of 30 seconds...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn