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
How can I view and edit an order?
Added on Wed, May 12, 2021
What’s the difference between a single-purpose voucher and a multi-purpose voucher?
Added on Wed, May 12, 2021
Export WooCommerce product variations
Added on Mon, May 10, 2021
Connect the plugin to Intuit
Added on Wed, May 12, 2021
Set a Subscriber’s Billing Schedule
Added on Wed, May 12, 2021