WordPress automatically limits your PHP memory to 40MB. This may result in your WooCommerce website being slow to process information, searches, product uploading and so on.
1. Open your wp-config.php file
Use an FTP software to access your WordPress files. You can find wp-config in the main installation folder. Open it, or download it so that you can edit it.
2. Add the following line of code
define('WP_MEMORY_LIMIT', '1000M');
3. Note: do not add it at the bottom!
You will need to add the code above this line:
require_once(ABSPATH . 'wp-settings.php');
…or it won’t work!
This is it!
Where to add custom code?
You should place custom PHP in functions.php and custom CSS in style.css of your child theme: where to place WooCommerce customization?
This code still works, unless you report otherwise. To exclude conflicts, temporarily switch to the Storefront theme, disable all plugins except WooCommerce, and test the snippet again: WooCommerce troubleshooting 101
Related content
- WooCommerce: Fix “Sorry, This File Type Is Not Permitted for Security Reasons” For Downloadable Products
In WordPress, you get the “Sorry, This File Type Is Not Permitted for Security Reasons” error when you try to upload certain files to the Media library. Similarly, in WooCommerce you may get the same error when you try to upload a downloadable product download files. Why is that? Well, by default WordPress only allows […] - WooCommerce: “uploaded file exceeds the upload_max_filesize” Error
You may have seen this error at least once, if you have used WordPress. When installing a theme, plugin or uploading a image or file, you may find this dreaded message on your screen. Well, it has nothing to do with themes or plugins. The issue is with your server settings which limit the maximum […] - WordPress: Fix “No Update Required” @ WP Admin
It happened to me today while updating to WordPress 5.3, so I thought of sharing the fix with all the people who are going to have this problem now and in the future. Honestly, I should have thought about this better – but it’s an early Saturday morning and maybe my brain is still asleep. […] - WooCommerce: How to Shop As a Customer
You launched a new feature on your WooCommerce store or added a subscription functionality for your customers but arenβt sure how your customers will take it, if itβll help them, and wish to review the functionality yourself first? Or, do you take remote orders over the phone and need a solution that lets you place […] - WooCommerce: Email Admin Upon Fatal Error
WooCommerce has a nice feature when it comes to WordPress Error 500 / Fatal Error – it logs the error and all the information regarding it inside the WooCommerce Status > Logs > Fatal Errors area. My problem is that sometimes these errors occur in the backend, so they may not trigger the WordPress built-in […]
Rodolfo Melogli
Business Bloomer Founder
Author, WooCommerce expert and WordCamp speaker, Rodolfo has worked as an independent WooCommerce freelancer since 2011. His goal is to help entrepreneurs and developers overcome their WooCommerce nightmares. Rodolfo loves travelling, chasing tennis & soccer balls and, of course, wood fired oven pizza. Follow @rmelogli
My woocommerce orders are failing on frontend, with the notice ‘error processing checkout, while the order goes through on backend. The customer don’t see the order received page.this is happening for random orders.do you think it’s a memory issue.i have increased wp_memory_limit from 256 to 512M.
Looks more like a plugin conflict – possibly a payment plugin. Try to see if there is any pattern and that should help you identify the problem. Or test the checkout without all plugins except WooCommerce, and reenable one by one until you find the culprit
I don’t know if you are still looking at this, but i have a woocommerce wordpress site that gets an out of memory error consistently with 2Gig allocated. This is defined in php.ini, and wp-config. I’ve also tried adding to .htaccess, and have RlimitMem max set as well… WordPress shows allocated memory of 2G in admin panel. I know its a plugin issue, but i’ve stripped down to theme and woocommerce plugins only and still get the errors. Any other tricks you know of i may be able to try? I’m hosting in AWS on a Centos box.
Try disabling ALL plugins except Woo
I will use 512MB limit in php.ini and wp-config also, it is working good.
also can disable cart fragments for super speed:
https://wordpress.org/plugins/disable-cart-fragments-littlebizzy/
mostly Woo sites don’t need those cart frags anyway.
Thanks Karim π
Hi! If i have a 4GB RAM virtual server and running Woocommerce on it what is the ideal WP Memory limit to set for a woocommerce site?
Thank you!
It should be at least 64MB Norbert. Take a look here. Hope this helps π
I’ve changed to define(‘WP_MEMORY_LIMIT’, ‘128M’); But WooCommerce still sees WP Memory Limit at 40M.
Not sure what more can be changed.
Hello Heidi, thanks so much for your feedback. Unfortunately in this case you’ll need to contact the hosting provider, they have probably set a limit that you can’t override unless you ask them. Let me know how this goes. R