1


I'm using a 32-bit Ubuntu machine. I'm trying to create a Whoosh index of a 27GB file. But my system is crashing after index size of 3GB.
Is there any size constraint on Whoosh index size? If not then what can be the problem.

Gaurav Singh
  • 12,707
  • 5
  • 22
  • 24

1 Answers1

0

Is it possible that Whoosh overflows to RAM of your computer by loading the 27Gb file?

CoMartel
  • 3,521
  • 4
  • 25
  • 48
  • I'm not loading the whole file in memory at once. I'm not getting any memory related exception. My system just get stuck. – Gaurav Singh Apr 15 '15 at 14:00