“Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes)”
ive got this error on WordPress Admin site – what thats mean???
Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes) ive got
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: