medoo - How to fix the error 'Out of memory' reported by php?

WBOY
Release: 2016-08-23 09:17:43
Original
1670 people have browsed it

The method of calling medoo$medoo->delete($table, ["id" => 1]);reports an error, and using ini_set("memory_limit","-1");cannot solve it. Seek advice from experts. The following is the error message:

Fatal error: Out of memory (allocated 1845755904) (tried to allocate 65488 bytes) in C:xampphtdocsMFramework_phpappmodelGuestbookModel.php on line 45

Reply content:

The method of calling medoo$medoo->delete($table, ["id" => 1]);reports an error, and using ini_set("memory_limit","-1");cannot solve it. Seek advice from experts. The following is the error message:

Fatal error: Out of memory (allocated 1845755904) (tried to allocate 65488 bytes) in C:xampphtdocsMFramework_phpappmodelGuestbookModel.php on line 45

Memory overflow, not enough memory, check to see if there is a dead loop

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!