Wordpress memory limit

Problem

Wordpress shows after installation that is only has 40MB for the WP memory limit.

Reason

This is an issue located within some wordpress installs; you will need to add the following line to your wp-config.php (or adjust it to the right amount):

Solution

define('WP_MEMORY_LIMIT', '128M');

in wp-config.php in the root of Wordpress installation.

Last update: Tue, 13 Sep 2022 14:32:15