• Resolved wojciechpaluch

    (@wojciechpaluch)


    Hey

    I have fatal error after update ACF Fatal error: Allowed memory size of 3221225472 bytes exhausted (tried to allocate 20480 bytes) in /Users/Sites/logicvapes/wordpress/wp-includes/class-wp-list-util.php on line 134
    Do you have any idea?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author philkurth

    (@philkurth)

    Hi @wojciechpaluch,

    Thanks for writing in.

    It isn’t clear to me where this error is occurring but it looks like it may be specific to ACF. Which page view triggers this error? If it’s an ACF admin screen, you may need to check in with their support for help on this one.

    Have you tried increasing the memory limit for WordPress? It might also be worth checking with your hosting support to see if they can help understand any limitations that are in place with the current hosting server.

    WooCommerce offer a guide on increasing the memory limit which is worth checking out:
    https://woocommerce.com/document/increasing-the-wordpress-memory-limit/

    Cheers,
    Phil

    • This reply was modified 1 year, 6 months ago by philkurth.
    Thread Starter wojciechpaluch

    (@wojciechpaluch)

    even such a performance clogs my memory

    if (get_field('dynamic_content')) {
        $dynamic_content = get_field('ldynamic_content');
        echo '<div class="test">' . $dynamic_content . '</div>';
    }

    increase memory limit is gives nothing because if i set 1gb wordpress need 2gb etc.

    Plugin Author philkurth

    (@philkurth)

    Hi @wojciechpaluch,

    It seems like you might need to reach out to ACF support as this appears to be all core ACF.

    https://www.ads-software.com/support/plugin/advanced-custom-fields/

    That said, the problem sounds more related to the hosting infrastructure unless there is an additional plugin or custom functionality that is consuming too much memory.

    I would speak with my hosting provider first to get some insight into what is driving the issue.

    Cheers,
    Phil

    Thread Starter wojciechpaluch

    (@wojciechpaluch)

    Problem occurs on servers and locally. Even when I increase the memory limit, the problem is because it needs even more memory. Even when I disable all plugins and leave ACF alone, the problem is still there

    Plugin Author philkurth

    (@philkurth)

    Hi @wojciechpaluch,

    Given this isn’t happening to others, it sounds like a problem the is specific to the site.

    If you disable all plugins except ACF and test using a default theme and the issue still persists, you’ll need to reach out to the theme developers and/or the ACF support team for help with ACF:
    https://www.ads-software.com/support/plugin/advanced-custom-fields/

    We aren’t part of the ACF team — we’re a third party plugin – so we can’t provide support for the ACF core plugin.

    Cheers,
    Phil

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error memory size after update from 5.x.x to 6’ is closed to new replies.