Increasing wp memory limit

do these 3 steps for wp memory increase from 40M to 256

  1. Edit the (php.ini) file by adding: memory_limit = 256M
  2. Edit (wp-config.php) file by adding: define (‘WP_MEMORY_LIMIT’, ‘256M’);
    3.Edit (default-constants.php) file by replacing 64M and 40M both to 256M

The max memory limit was already 256M
By the way I am using Bricks builder and thats one of the requirements for it 64M but I maxed it out anyway
hope that helps thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.