• Ever since updating to 0.9.5.2 I’m having memory issues. The last version before the upgrade was 0.9.5.1 and wasn’t working good.

    Fatal error: Out of memory (allocated 33030144) (tried to allocate 196608 bytes)

    I contact my host and they said something with this plugin was causing it. I already have my memory limit to 512M in the php.ini. I saw in other support tickets it may have an issue if PHP 5.3 is installed so I checked and our server is running Apache Version 2.4.25 and PHP Version 5.6.29. When I clear the cache via W3 the error goes away, but eventually comes back. The page that is getting this error is also listed in the pages to not cache in the page cache settings page.

    I’m not sure what else can be done at this point other than reverting back to 0.9.5.1. Any ideas or suggestions would be appreciated. Thank you.

Viewing 1 replies (of 1 total)
  • When I clear the cache via W3 the error goes away, but eventually comes back

    Maybe you have tons of cache files and when w3tc delete it, use to many resources. Do you use disk for caching page, object and database? It generare tons of files, try to cache only page or move object and database on memory cache like redis or memcache.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Out of memory’ is closed to new replies.