Hi Arash The issue (I'm pretty sure) is that Sphinx is dealing with some large attributes - probably MVAs - and is struggling to keep it all in memory. If you set your mem_limit value in config/sphinx.yml to something higher than what you have (or higher than the default of 64M, if you have nothing), that should help.
There's a few more details on the setting in the docs (about half-way down the page). http://freelancing-god.github.com/ts/en/advanced_config.html Cheers -- Pat On 25/06/2010, at 4:40 PM, gmoniey wrote: > Hi Pat, > > I noticed I was getting this warning when running ts:rebuild: > > WARNING: sort_hits: merge_block_size=60 kb too low, increasing > mem_limit may improve performance > > I couldn't find much on google; was wondering if you had any insight? > > Thanks. > > arash > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
