To increase the WordPress allowed memory size for your website: Open wp-config.php, which by default is located in the root WordPress directory. Find the following line near the end of the file: /* That’s all, stop editing! Happy blogging. */ Just above that line, add the following line: define(‘WP_MEMORY_LIMIT’, ’96M’); Save your changes. You can