Increase WordPress PHP Memory
The easiest way to increase your memory allocation is by editing the WP-CONFIG file (found in your root directory). You will need to download this file and open with notepad or a text editor.
Search for the string…
define('WP_MEMORY_LIMIT', '32M');
Replace this string with…
define('WP_MEMORY_LIMIT', '128M');
Author: admin
Uploaded: 24 April 2024