image

WordPress memory exhausted error by increasing PHP memory limit

May 26, 2017

Many times the Wordpress users complaints that their Wordpress memory is exhausting and they are not able to work efficiently on it. This issue has now become common. But, it can also be solved by just increasing the PHP memory limit of Wordpress.

So, to solve this issue the users should just follow the steps to increase the PHP memory that is mentioned below or they can even call on the WordPress toll-free number so as to get connected with the concerned representative active on the phone lines. The number is available on the Wordpress site and can be reached out at any time of the day.

Steps to fix WordPress memory exhausted error by increasing PHP memory limit !!

  • First of all the users are required to make changes in the wp-config.php file that is mentioned in the Wordpress.
  • This wp-config.php is in the wordpress installation's root directory of the Wordpress site.
  • For doing this the users will require an FTP client in the control panel of web hosting in the Wordpress.
  • Now the users are then needed to paste the code in the wp-config file near the option named that’s all, stop editing.            
                  /** Increase PHP memory limit */
                 define( 'WP_MEMORY_LIMIT', '256M' );
  • By doing this the Wordpress will be automatically be informed to increase the level of PHP memory limit to about 256 MB.
  • When the users are done with these process they need to select on save changes and further they need to load the wp-config.php file to the server as it was.
  • And hence, this will solve the memory exhausted issue of Wordpress.

Hence, these are the steps that the users are required to follow so as to solve the issue of Wordpress memory exhausted. These steps are a bit technical and require full attention while processing as any wrong step will further create more issue and the users will be disabled in using their Wordpress.

On the other hand, if the users face any issues in this process of solving the particular issues then simply they can contact the WordPress technical support and can get in touch with the technical team of the Wordpress.

Leave a comment