Skip to:
Content
Pages
Categories
Search
Top
Bottom

Memory leakage


  • Gunilla
    Participant

    @gunilla

    I have a WordPress multisite (4.8.1) with a bbPress forum (2.5.13). The php.errors.log show a memory leakage (PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) ).

    I have inactivated the plugins one after the other and it seems that bbPress is causing the leakage.

    In the wp-config.file it stands:
    define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );
    In the .htaccess-file it stands:
    php_value upload_max_filesize 256M
    php_value post_max_size 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value memory_limit 768M

    Is memory leakage a common problem in bbPress? How do I solve the memory problem without leaving this forum plugin?

  • You must be logged in to reply to this topic.
Skip to toolbar