• Resolved gearu

    (@gearu)


    Using the search tool is sometimes causing a critical memory issue – more commonly with slightly longer search strings, but not with short strings.

    1) for example when I search for “how to think like a client” (tries to open this link: https://xxxxxxxxxxx/?s=how+to+think+like+a+client)

    2) Error displayed:

    Fatal Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in D:\sites\xxxxxxxxxxxx\home\wp-includes\wp-db.php on line 1999

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Epsiloncool

    (@epsiloncool)

    Hi @gearu

    Yes, some optimization still required for the algorithm, we going to do that in the future. The goal of this optimization is to prevent failures when memory consuming is big while search and instead slightly degrade the quality of the search in case memory is not enough for full search (with the indication for the webmaster).

    According to your error message you have 256M for the script configured in php.ini, which is usually pretty small. Especially if you have lots of posts and other data on your website.

    Please consider increasing this amount to 512M or even 1Gb.

    Thank you for the report!

    Plugin Author Epsiloncool

    (@epsiloncool)

    Do you have this issue fixed?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal Error: Allowed memory exhausted’ is closed to new replies.