To adjust the memory limit for your WordPress installation, simply follow these instructions.
Log into your cPanel interface
Go to File Manager
Find the 'wp-config.php' file in your Base Website Directory (Usually public_html)
Find the lines:
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
Between them, Add:
define('WP_MEMORY_LIMIT','256M');
(Note: You can change 256M to whatever you need. We recommend 256M)
Comments
0 comments
Please sign in to leave a comment.