Many Out Of Memory Errors

I'm seeing that Pro theme, Cornerstone page builder, Hustle, Pods Framework, Snapshot, Shipper, Defender, Query Monitor and Forminator are causing out of memory fatal errors.

  • Ash
    • Code Norris

    Hello Julian

    We had some maintenance going on yesterday. This was to give better disk space and fix OOM issue. I think you checked your site at that time.

    Do you still have the memory issue? Please let me know, if you still have the issue, we will check your site.

    Have a nice day!

    Cheers,

    Ash

      • Nithin Ramdas
        • Support Wizard

        Hi Julian,

        Sorry for the delay in getting back to you. Is the issue still ongoing? Did increasing the memory_limit helped?

        If you still have issues, would recommend you to enable debug mode, to see the exact logs, and where the the site is limiting out of memory.

        To enable debug mode, open your wp-config.php file located in your root directory, and look for define(‘WP_DEBUG’, false);. Change it to:

        define('WP_DEBUG', true);

        In order to enable the error logging to a file on the server you need to add:

        define( 'WP_DEBUG_LOG', true );
        define( 'WP_DEBUG_DISPLAY', false );
        @ini_set( 'display_errors', 0 );
        define( 'SCRIPT_DEBUG', true );

        After making the above changes. If the issue occurs again, the errors will be saved to a debug.log log file inside the /wp-content/ directory.

        Please attach these in your next reply in txt format file, so that we could give a closer look. You can find more details about debugging here.

        Please let us know how that goes, have a nice day.

        Kind Regards,

        Nithin