Issue in search data
Facing below issue on indexing
indexing index 'contact_core'...
ERROR: index 'contact_core': sql_fetch_row: Out of sort memory, consider increasing server sort buffer size.
total 0 docs, 0 bytes
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Pat Allan on 10 Sep, 2022 07:51 AM
Hi there,
As best as I can tell, this is due to memory limits on your MySQL database. I would recommend increasing the
sort_buffer_size
setting there and see if that helps resolve the problem.I’ve discussed this issue with others using Thinking Sphinx here:
https://github.com/pat/thinking-sphinx/issues/819
Please do let me know if that doesn’t fix the issue!
Kind regards,
— Pat