• Resolved Robin

    (@cinghaman)


    Hi,

    How can I resolve this?
    [19-Nov-2018 16:01:53 UTC] PHP Fatal error: Out of memory (allocated 89653248) (tried to allocate 528116 bytes) in /home4/jpfcvw/public_html/wp-content/plugins/swift-performance-lite/performance.php on line 2088

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Fred

    (@fredawd)

    It seems there isn’t enough memory for PHP. Can you add the following line to your wp-config.php:

    ini_set(‘memory_limit’, ‘128M’);

    Hope it helps.

    Thread Starter Robin

    (@cinghaman)

    Thanks fred, that’s what i suspected

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error, out of memory’ is closed to new replies.