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
Assign a shipping class to products in bulk
Added on Wed, May 12, 2021
Create attributes for a variable product
Added on Mon, May 10, 2021
Create a single-purpose voucher template
Added on Wed, May 12, 2021
Set the default shipping method in WooCommerce
Added on Wed, May 12, 2021
Create a shipping class
Added on Wed, May 12, 2021