• Resolved rigpa1

    (@rigpa1)


    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/www/new.microsonic.dk/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php on line 36

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/www/new.microsonic.dk/wp-includes/class-wp-recovery-mode.php on line 169

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: @rigpa1 Hi! I’ve again deleted from these forums the tag “Rigpa”. Your topics are still there but the tag is gone.

    Could you please refrain from that? You do not have to abuse the tags that way. You can find your topics using this link.

    https://www.ads-software.com/support/users/rigpa1/topics/

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @jdembowski

    I am sorry about the issue you are experiencing and I m happy to assist you with this.
    This means that the PHP memory limit of 128 MB is exceeded.
    What you can do is to increase the memory limit programmatically early on in your code, before your process runs out of memory. If you do it this way, you can give PHP extra memory only when that piece of code gets called rather than increasing the memory limit for all PHP processes
    ini_set('memory_limit', '1024M'); // or you could use 1G you can also try 512MB.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nasty error message’ is closed to new replies.