Re: AW: Java heap space ...after index process

2005-10-26 Thread Gusenbauer Stefan
on about increasing the heap size. > >PDFBox version = 0.7.2 > >Thank You for your help >Patricio > > > > > >-Ursprüngliche Nachricht- >Von: Ben Litchfield [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 26. Oktober 2005 21:17 >An: java-user@lucene.apac

AW: Java heap space ...after index process

2005-10-26 Thread Patricio Galeas
= 0.7.2 Thank You for your help Patricio -Ursprüngliche Nachricht- Von: Ben Litchfield [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. Oktober 2005 21:17 An: java-user@lucene.apache.org Betreff: Re: Java heap space ...after index process Is this only after the entire indexing proc

Re: Java heap space ...after index process

2005-10-26 Thread Ben Litchfield
Is this only after the entire indexing process is finished or do you mean it happens on one of the documents you are extracting text from? Are you closing the PDDocument objects when you are done with them? What heap size are you using and have you tried increasing it? What version of PDFBox?

Java heap space ...after index process

2005-10-26 Thread Patricio Galeas
Hello All, I try to index some PDF documents using PDFBox. It works apparent normally, but when the index process ends, I get the following message: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space Do you have some idea? Thanks Patricio ---