Not Enought memory for full text indexing or search

My customer inform me that in one client in every full text search of mail database the release 8.5 on MAC OSX show this message:

“Not Enough memory for Full Text Indexing or Search”

I don’t know how I can debugging

Subject: Debugging FTI issues

  1. Check is what the person is actually trying to search on.

If the search term is complex it requires more memory to complete. For example:

[field] = “AAAA*” AND [field] = "BAAA* AND … [field] = “ZAAA” … etc.

If this is the case they should simplify the search.

  1. It also could be caused by FTI corruption. Try deleting the full text index (through the UI) and recreating it.