• I started getting OOM errors and narrowed them down to Asset Cleanup. They lock me out of WP admin and sites and persist until Apache is restarted.
    These are 2x samples out of a whole bunch.

    [02-Aug-2022 01:38:02 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 17361538092 bytes) in C:\htdocs\site\wp-includes\load.php on line 1466

    [02-Aug-2022 15:25:17 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 94434284256 bytes) in C:\htdocs\site\wp-content\plugins\performance-lab\load.php on line 49

    No idea what circumstances cause them but there seems to be a correlation with database updates after site and plugin upgrades but I also got them after the sites were relatively idle overnight.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rjrjrjrj

    (@rjrjrjrj)

    Seeing TONS of these every time cache is purged. Uh-oh. Don’t try to allocate 10s of GB of memory!

    Plugin Author Gabe Livan

    (@gabelivan)

    @rjrjrjrj my sincere apologies for not getting back to you sooner! I suspect there are too many files stored there. This can be too many pages that somehow have unique CSS/JS loaded and it leads to the creation of too many files. Also, consider going to “Settings” — “Plugin Usage Preferences” — “Clear previously cached CSS/JS files older than (x) days” and set the value to a smaller number (make sure it’s not too small, depending how long you might need older files), so this way there will be fewer files to go through when the caching is clear. Feel free to write more about it (including adding your “System Info” and more information) here (if you are not a Pro user, just fill the license key from the form using random characters) and mention this www.remarpro.com topic as a reference: https://www.gabelivan.com/contact/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Out of memory errors’ is closed to new replies.