In the steps below you will show how to increase WordPress Memory Limit.
STEP 1: Go to WordPress root via FTP (Example: Filezilla) or cPanel File Manager.
STEP 2: Download and edit wp-config.php file.
STEP 3: Insert following line of code.
define('WP_MEMORY_LIMIT', '512M');
STEP 4: Save and upload the wp-config.php file to the server.
Rename the original wp-config.php file to wp-config-backup.php before uploading.
RELATED VIDEOS