Django Haystack Memory Error Django Haystack Memory Error elasticsearch elasticsearch

Django Haystack Memory Error


Try smaller batch sizes by using --batch-size=XXX

Default value is 1000 so try something smaller and work your way up.


I was able to fix this issue by increasing the memory in my VM (i only had 384MB before) and freeing up some space as well.

Increasing the TIMEOUT in the settings might help as well