• Resolved bjsnider

    (@bjsnider)


    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2097152 bytes) in wp-content/wflogs/rules.php on line 1539

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support wfphil

    (@wfphil)

    Hi @bjsnider

    The error above occurs when WordPress, the theme and all active plugins on a site consume more RAM memory from the web server than is allowed by the PHP directive memory_limit.

    Your hosting provider allows your site to use up to 128M (megabytes) and your site needs to use another two megabytes so you will need to ask them to allocate more memory to your site.

    Thread Starter bjsnider

    (@bjsnider)

    I am aware of this and I can increase the script memory size limit, but I am concerned that this represents a memory leak from WF. If this continues to happen after I increase the limit I will report back.

    Plugin Support wfphil

    (@wfphil)

    Hi @bjsnider

    Thank you for the update.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Out of memory error in logging script’ is closed to new replies.