one of the only reoccurring problems I have with WordPress is with the Automatic Upgrade feature.
As the WordPress team continues to push out point-releases that address security, stability, etc, having the automatic upgrade feature is a huge time saver. However, whenever I clicked on “Upgrade Automatically” I was being greeted with an error message like:
“Fatal Error: Allowed Memory size of 33554432 bytes exhausted”
Frustrated, I typed the error message into “the google” and came across Chad Johnson’s excellent post addressing the cause of the problem. You should read the full write-up over here, but here’s the quick summary:
The error message is a result of WP using up it’s allocated memory. By changing the amount of memory set aside for WP, you alleviate the problem. Simple, eh? Here’s how you do it:
1. Open the file “wp-settings.php” found in your WP root directory
2. Find the line that says ‘WP_MEMORY_LIMIT’
3. Change the 32M to 64M
4. Save, upload, and upgrade automatically with ease.
Thanks to Chad for the tip and for saving me just a little bit of my sanity.







