Jason wrote: > Freeing up a little more space fixed the problem. I can reliably > reproduce it when I eliminate the space. It looks like I require > about 4x free disk space as the indexes themselves end up using during > index generation, but perhaps that's a variable figure based on the > content being indexed.
Good to hear you tracked down the issue. This is a guess, but you might be able to reduce the hard disk space required by increasing the amount of RAM the indexer can use. If you're interested in experimenting, try tweaking the mem_limit option in your sphinx.yml file. -- James Healy <jimmy-at-deefa-dot-com> Fri, 26 Jun 2009 00:02:22 +1000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
