• Resolved alexliii

    (@alexliii)


    Hello,

    Same issue at https://www.ads-software.com/support/topic/fatal-error-allowed-memory-size-127/, and I do not know why I can submit question there, so I post again here.

    Would you please let us know if we need do Both of the following methods, or one of these two methods?

    1#

    Edit your wp-config.php file
    Add this to the top, before the line that says, “Happy Blogging”:

    define(‘WP_MEMORY_LIMIT’, ‘1024’);

    2#

    Edit your PHP.ini file
    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 64M try 256M:

    memory_limit = 256M ; Maximum amount of memory a script may consume (64MB)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @alexliii

    You can try either of these methods to see if they increase the memory limit. However, there are instances where both methods may not work due to server restrictions. In such cases, it is advisable to discuss the issue with your hosting provider, as they have the ability to increase the memory limit for you.

    Thanks!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CRITICAL Allowed memory size of 536870912 bytes exhausted’ is closed to new replies.