
If you don’t have access to php.ini or the above method had failed, please try adding this to an. You need an access to the php.ini file. Change this line.

The value can also be incorrect if the limit set in wp-config.php is higher then the one in the server settings. If the server has a higher limit that the one set for WordPress, then in the Status there will be shown a maximum value for WordPress. In some cases the value displayed in the System Status might not be correct. You can check you memory limit in the WooCommerce System Status (in your WordPress admin panel: WooCommerce > Status) 128 MB is usually enough, but for some plugins it may be too low. What is the required memory limit? It depends on the plugins you are using. If you experience an error showed above, it means that these values are too low. Increase the WordPress memory limitīy default, WordPress will attempt to increase memory allocated to PHP to 40MB for single site and 64MB for multisite. However, sometimes server's configuration cannot be changed or the allowed memory limit is very low. It is caused by the server's limit and in most cases changing the server's configuration will solve this issue.


If none of the below methods won t work, then this info can be useful then reporting the error to the plugin developer.įatal error: Out of memory (allocated 12345678) (tried to allocate 2345678bytes) in /home/your-username/public_html/wp-includes/plugin.php on line 1000īoth messages tell you that there is no memory left for PHP scripts. There is also a filepath to a file that caused the error an a specific number of a line inside that file. This error message informs you about the memory limit and tells you how many bytes it was exceeded. Fatal error: Allowed memory size of 12345678 bytes exhausted (tried to allocate 2345678 bytes) in /home/your-username/public_html/wp-includes/plugin.php on line 1000
