• Resolved shayne

    (@shayne-thiessen)


    Every once in a while, I get this error.
    Usually when creating/editing posts/pages

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2621440 bytes) in /home/public_html/wp-content/plugins/google-site-kit/includes/Core/Storage/Options.php on line 59

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2621440 bytes) in /home/public_html/wp-includes/pluggable.php on line 41

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support James Osborne

    (@jamesosborne)

    Thanks for reaching out @shayne-thiessen. Rather than this being a Site Kit specific issue, you may need to make some changes to your PHP memory limit if you’re encountering such messages. While we’re limited to Site Kit support here in the plugin support forums, you can try edit your PHP settings at host level (typically PHP Settings) or by editing your wp-config.php file to ensure your PHP memory settings are increase (screenshot of adding a value of 512 MG – define( 'WP_MEMORY_LIMIT', '512M' ); )

    Defining this at host level would be more ideal, and your hosting providers support team may be able to assist you with such changes.

    Note that you may also be using multiple plugins that take up resources. Disabling some plugins, even temporarily, may ensure such memory related issues don’t occur.

    Let me know if you have any questions with the above.

    Plugin Support James Osborne

    (@jamesosborne)

    As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.