"Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes)" ive got this error on WordPress Admin site - what thats mean???
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
It's a PHP memory issue covered in the Wordpress documentation.
Here is a discussion of the same on the Wordpress Support Forum.
Basically, WP is using too much memory. You can adjust the amount of memory for specifically WP within the wp-config.php file using, for example,:
To set the limit to 96MB.
From the manual: