- This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Allowed memory size of 134217728 bytes exhausted
That sounds like either PHP or WordPress has run out of system memory, but I would not know why, as this is quite unusual. Allocating more MIGHT fix it, but I cannot be sure.
Check the server/site PHP memory limit by looking for the PHP variable memory_limit.
WordPress uses 40M of what PHP has available, unless instructed otherwise, using the WP_MEMORY_LIMIT variable added to the wp-config.php file.
There is a WordPress plugin called Server Status (by Littlebizzy) where you can find what they are currently at (it adds a metabox to the WordPress dashboard).