Skip to main content
Keep Your Business Open During COVID-19Learn More
Call us
Phone numbers and hours
Request a Call

Avoid the wait. Make a request and we will call you back

Request a Call
Help Center

Explore our online help resources

BlogHelp

Managed WordPress Ecommerce Help

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. Example wp-config.php file
  8. Select Save.

More info