我正在尝试将sphinx 3.1.1
与简单索引一起用于自动完成功能。问题是,尽管我的配置中有mem_limit选项,但每次运行索引器时都会出现out of memory
错误:
indexer
{
mem_limit = 2048M
}
如果可以的话,我正在使用tsvpipe作为数据源:
source autocomplete
{
type = tsvpipe
tsvpipe_command = cat /var/lib/sphinx/tmp/*.tsv
tsvpipe_field = value
}
错误消息:
FATAL: out of memory (unable to allocate 10737418248 bytes)