On Sun, Nov 2, 2008 at 8:09 PM, Marc Sturlese <[EMAIL PROTECTED]> wrote: > I am doing the same and I am experimenting some trouble. I get the document > data searching by term. The problem is that when I do it several times > (inside a huge for) the app starts increasing the memory use until I use > almost the whole memory...
That just sounds like the way Java's garbage collection tends to work... do you ever run out of memory (and get an exception)? -Yonik