Re: Improving jvm heap consumption when indexing

2007-12-27 Thread tgospodinov
o see where the allocations are coming from and then report > back to us. Also, info about your JVM, etc. would be helpful. > > -Grant > > > On Dec 27, 2007, at 9:01 AM, tgospodinov wrote: > >> >> I am indexing a collection of 100,000+ sentences in memory, as par

Improving jvm heap consumption when indexing

2007-12-27 Thread tgospodinov
I am indexing a collection of 100,000+ sentences in memory, as part of a client app. I tested the jvm heap consumption and it increases by about 40 megs. I tried indexing on disk (which I can't do in a production environment) just to test the heap usage, and I came up with about 20-25 megs. I have

Re: Improving jvm heap consumption when indexing

2007-12-27 Thread tgospodinov
s are coming from and then report > back to us. Also, info about your JVM, etc. would be helpful. > > -Grant > > > On Dec 27, 2007, at 9:01 AM, tgospodinov wrote: > >> >> I am indexing a collection of 100,000+ sentences in memory, as part >> of a >