• Hi Guys,

    My error log repeatedly shows these errors. I’ve tried removing PHP’s memory limit in the hopes that the script would fully execute. That just brought server to it’s knees.

    These errors are causing mySQL to eat up processor time slowing down the entire server. Any ideas on how to fix this?

    Thanks in advance,
    Dan

    [08-Feb-2018 14:54:34 UTC] PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 64 bytes) in /home/xxxx/public_html/wp-includes/meta.php on line 840
    [08-Feb-2018 14:54:34 UTC] PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 512 bytes) in /home/xxxx/public_html/wp-includes/meta.php on line 837
    [08-Feb-2018 14:54:34 UTC] PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 83 bytes) in /home/xxxx/public_html/wp-includes/wp-db.php on line 2516
    • This topic was modified 6 years, 2 months ago by hutterweb.
Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’re allocating 107,374,182 (100MB) for WordPress. What happens if you bump it up to 256?

    https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/

    If that still has issues, then it’s time to figure out who’s eating the memory.

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install “Health Check”: https://wordpress.org/plugins/health-check/ On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-db.php & meta.php Out of Memory Error’ is closed to new replies.