• We have many customers going down all from the latest version, same issue on all, example:

    Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/nginx/domains/domain.com/public/wp-includes/class-wp-error.php on line 230
    
    
    
    Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/nginx/domains/domain.com/public/wp-includes/class-wp-error.php on line 230
    
    PHP Fatal error:  Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /home/nginx/domains/domain.com/public/wp-includes/class-wp-fatal-error-handler.php on line 74
    
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Brecht

    (@brechtvds)

    Could you reach out to [email protected] as well? This sounds like a critical problem and it will be faster to handle things there.

    What kind of pages are you getting this on?

    Any specific errors in the PHP error log?

    Thread Starter justin-bigscoots

    (@justin-bigscoots)

    You guys need to take this version down please, will reach out via email soon, currently trying to bring many customers back online

    Plugin Author Brecht

    (@brechtvds)

    I just committed 8.9.1 which is essentially the plugin reverted back to version 8.8.2.

    8.9.0 was tested on multiple environments and I have not heard from others with issues, so please do contact us with some more details so we can release the latest features again.

    Plugin Author Brecht

    (@brechtvds)

    @justin-bigscoots any further details? Would like to get this resolved asap.

    Was the problem with free version only or in combination with the Premium/Pro/Elite plugin? What version of PHP is used?

    Any specific errors in the logs?

    Thread Starter justin-bigscoots

    (@justin-bigscoots)

    The problem was with the free version, deactivating it and/or downgrading fixed the issue.

    All sites are also running wp-recipe-maker-premium

    PHP 7.4

    The errors are not specific to the plugin because its during one of the WP Core scripts but it may be useful to note its specifically when the function apply_filters is being executed

    This script specifically:

    wp-includes/plugin.php on line 203

    Let me test with 8.9.0 without premium and some other scenarios and will see if we can run a trace on the process but just as a test we were seeing PHP using over 5GB of memory on a single process.

    update you soon

    Thread Starter justin-bigscoots

    (@justin-bigscoots)

    Here is an strace of when it fails:

    https://gist.github.com/jcatello/68ef2f89d27b07d6024cb9b2c10a46c2

    Queries involved:

    SELECT option_value FROM wpri_options WHERE option_name = 'wprm_custom_taxonomies' LIMIT 1
    
    SELECT COUNT(*) FROM wpri_terms AS t INNER JOIN wpri_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wprm_suitablefordiet')
    
    SELECT t.term_id FROM wpri_terms AS t INNER JOIN wpri_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wprm_suitablefordiet') AND t.slug IN ('diabeticdiet') ORDER BY t.term_id ASC LIMIT 1
    
    SELECT t.*, tt.* FROM wpri_terms AS t INNER JOIN wpri_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (251)

    None of them produce anything concerning.

    Issue persists even with wp-recipe-maker-premium deactivated

    Plugin Author Brecht

    (@brechtvds)

    Thanks, that should be helpful. Could you send a quick email to [email protected] as well?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Memory leak in latest release’ is closed to new replies.