Re: OutOfMemoryError when indexing "many" documents
Posted By:
Otis_Gospodnetic
Posted On:
Wednesday, September 25, 2002 05:35 PM
The error could be caused by programming errors that are in the code that uses Lucene, not in Lucene itself.
It is hard to tell without seeing the code.
You can probably figure out what consumes so much memory by running your application under a debugger and/or a profiler.