Re: Memory leaks during indexing.

2008-07-22 Thread Michael McCandless
Can you post the Python sources of the Lucene part of your application? One thing to check is how the JRE is being instantiated from Python, ie, what the equivalent setting is for -Xmx (= max heap size). It's possible the 140 MB consumption is actually "OK" as far as the JRE is concerned,

Memory leaks during indexing.

2008-07-22 Thread Antony Joseph
Hi all, I am using *Lucene* 2.3.1 and JCC 1.6 to create an *index* of my python-based application(for searching).Everything is working fine.After some time(3 hours later) i found my python memory consumptions is grown to high when i started the applcaition(indexing) the python consumption is 40 m