Increase the WordPress memory limit

< All Topics
Print

Increase the WordPress memory limit

  1. Access files in your C-Panel File Manager.
  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 Below the line in step five, add this code: define(‘WP_MEMORY_LIMIT’, ‘256M’);
  7. Then Save Changes.