On Wed, 18 Jun 2014, Randomcoder wrote:
Hi, I've been using pylucene 4.8.0-1(the latest release) to index a lot of data(~100GB) on a machine with 16GB of memory. After the index reaches 3GB the following C++ run-time exception is being thrown: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted I was able to recover a stacktrace with gdb(using the core dump file and the python binary) which I'm attaching to this e-mail. Has anyone bumped into this before ?
You might need to increase the RAM default for the JVM when calling initVM(). Please, see initVM() docs on this page for more details:
http://lucene.apache.org/pylucene/jcc/features.html Andi..
P.S. I've tried using jira to report this but I get "session timed out" when I'm trying to create a new account.