Home >Backend Development >PHP Tutorial >php error Fatal error: Out of memory (allocated 262144)_PHP tutorial
Yesterday, while using the website, it prompted Fatal error: Out of memory (allocated 262144). Later, Baidu searched for some solutions. I will share them with all my friends below.
From the above Out of memory (allocated 262144), it can be seen that it exceeds 256MB. We only need to adjust a reference in php.ini for this
The solution is to modify php.ini and increase memory_limit
Modify php.ini
The following areas
The code is as follows
|
Copy code
|
||||
memory_limit = 64M |
http: //www.bkjia.com/PHPjc/632135.html