Skip to main content
Call us
  • Support Auckland: 9:00am~2:00am Monday~Friday(09) 975-9407
  • Support Countrywide (landline only) 9:00am~2:00am Monday~Friday0800 441 995
Phone numbers and hours
Help Center

Explore our online help resources

Help

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