This is a common problem among WordPress users upgrading to 3.0 since the package size is bigger than previous versions. You may see something like this:
Fatal error: Allowed memory size of 33554432 bytes exhausted
Solution: Increase Memory Limit:
One way to do this is to add this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
Another solution that some may be more comfortable with is to install a plugin to help you increase the memory limit. Check out Memory Limit. You can install and activate it for your upgrade. Then you can deactivate it afterwards if you want to.
Featured Plugin - Start Your Own Powerful Membership Site
If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more
Featured Plugin - WordPress + Google Maps = Perfect
Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more
Featured Plugin - Host sites, get paid, just like WordPress.com
If you've ever wondered how you could offer a paid site management and hosting service, then this is the plugin for you. Offer a freemium or paid service, for any niche you like, it's powered Edublogs.org to success already!
Find out more
Featured Plugin - Turn any WordPress page into a fully featured wiki!
To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more
Featured Plugin - Every great SEO tweak you need, in one snazzy bundle
Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more
Featured Plugin - Open an Online Store with MarketPress
Out of all the WordPress ecommerce plugins available, this has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more
Featured Plugin - Start your own Quora / StackOverflow / Yahoo Q&A site
It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more
Featured Plugin - Easily integrate your WordPress site with Facebook
Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more
Featured Plugin - Send beautiful html email newsletters, from WordPress!
Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more




Thanks for a nice tip. I tried to use the Memory Bump plugin, but it caused errors, so I deleted it. The line in wp-config -file did the trick.
Pingback: WordPress 3.0 Resources
Thanks for a nice tip. i will try
Neither way works, any other tips?
Keeps getting stuck on “Download from…”
I had wp 2.9.2 set to use 50 mb.
after updating to 3.0, my memory has changed to use 256mb.
I cant seem to change it back?
any advice on how?
Pingback: L’hebdo WordPress : Mise à jour – menus – thèmes | WordPress Francophone
Sometimes this way doesn’t works, so there is another way is to add line
php_value memory_limit 64M
to .htaccess In my case that was effective.