Forums Forums Search & Filter Pro Fatal error: Allowed memory size of 100663296 bytes exhausted…

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #90943

    There are two memory limits that are set separately that impact on WordPress. The easy one to set is WP_MEMORY_LIMIT which is by default in WordPress set to 40M, but can be set in the wp-config.php file. I normally set it to 128M. More is really not necessary.

    Then, in PHP is also a variable called memory_limit. This must be the same or higher than the WP_MEMORY_LIMIT

    I am not sure why, but if you look at our plugin’s System Status Report it says it is showing WP Memory, but in fact it shows the PHP memory_limit setting.

    Anonymous
    #90945

    I’ve done a bit of code-digging, and I see that the problem is the custom meta data I’ve been working with is complicated, so the max/min detection was too intensive. I’ve simplified the filters and it seems to be working now. Thanks for your quick response!

Viewing 2 posts - 1 through 2 (of 2 total)