


Fatal error: Out of memory (allocated 786432) prompts solution_PHP tutorial
Jul 13, 2016 am 10:56 AMWhen running phpmyadmin today, a Fatal error: Out of memory (allocated 786432) message suddenly appeared on the page. In English, it means that the specified memory size has been exceeded. Let me introduce the solution below.
Error message:
Fatal error: Out of memory (allocated 786432) (tried to allocate 393216 bytes) in E:xxxxlibrariescommon.lib.php on line 3135
Solution
1. Add
to your program page代码如下 | 复制代码 |
ini_set('memory_limit',"256M") |
That’s it.
Second, modify
Open php.ini and modify
The code is as follows
|
Copy code
|
||||
memory_limit = 1024M |
http: //www.bkjia.com/PHPjc/632114.html

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
