“Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes)”
ive got this error on WordPress Admin site – what thats mean???
Leave a Reply
You must be logged in to post a comment.
“Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes)”
ive got this error on WordPress Admin site – what thats mean???
You must be logged in to post a comment.
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: