Home  >  Article  >  Backend Development  >  error: Allowed memory size_PHP教程

error: Allowed memory size_PHP教程

WBOY
WBOYOriginal
2016-07-13 10:39:13755browse

Error message

error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:wwwThinkPHPCommoncommon.php on line 657

Solution

Find the memory setting size in php.ini and set it larger

Finally restart APACHE

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/733036.htmlTechArticleError message error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:wwwThinkPHPCommoncommon.php on line 657 The solution is found in php.ini m...
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