Replies: 0
I run this on a a site which is a WooCommerce shop. The shop only has 396 products.
Mostly it works perfect, but if customers enter small search phrases it pulls huge memory from the server (Approx 7GB+) and then crashes with a white page (I assume an out of memory 500)
I have some products which have two letter names i.e. VW T5 and so these tend to be the searches that produce this effect.
I have limited the search to 100 using code from your site here https://www.relevanssi.com/knowledge-base/adjusting-search-throttle/ but that makes no difference. Any ideas ?