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
Configure Store Availability Rules for WooCommerce Bookings
Added on Wed, May 12, 2021
Common questions about the WooCommerce Customer/Order/Coupon CSV Export plugin
Added on Mon, May 10, 2021
Create a product to sell a Multi-Purpose Voucher
Added on Wed, May 12, 2021
Manually set a subscription status
Added on Wed, May 12, 2021
Void a voucher
Added on Wed, May 12, 2021