Home » Categories » Managed WordPress » WordPress E-Commerce

increase the WordPress memory limit

You may run into an issue when working with your WooCommerce site that asks you to increase the WordPress memory limit. The easiest way to accomplish this is by editing your wp-config.php file.

Warning: You should always backup your site before making changes to the wp-config.php file.
    1. Access files in your Managed WordPress account.
    2. Locate the file wp-config.php in the root directory or folder.
    3. Double-click the wp-config.php file to open it.
    4. Select Edit.
    5. Find the line
      /* That's all, stop editing! Happy publishing. */
    6. Right above the line in step five, add this code:
      define('WP_MEMORY_LIMIT', '256M');

      7. Select Save.
0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Troubleshooting WooCommerce Customer/Order/Coupon CSV Export
Added on Mon, May 10, 2021
Create a Minimum Amount Cart Notice
Added on Wed, May 12, 2021
Set up geocoding for Local Pickup Plus
Added on Wed, May 12, 2021
Merge Products and Variations with the Product CSV Import Suite
Added on Wed, May 12, 2021
Add a coupon
Added on Mon, May 10, 2021