Re: JVM heap when indexing in memory

2007-12-27 Thread tgospodinov
You were right. I forgot I optimized the index at the end. Thanks for your help. Erick Erickson wrote: > > Are you optimizing your index? I suspect that if you are, that's > the problem. > > Why does it matter? Is this just a curiosity question or is there > some problem? > > Best > Erick >

Re: JVM heap when indexing in memory

2007-12-27 Thread tgospodinov
Thanks for your reply, Erick. I am not optimizing my index. I am trying to keep heap use to a minimum. The indexing service that I'm working on will be part of a wizard in an RCP framework and heap use is crucial for performance. Do you know why its doing that? Erick Erickson wrote: > > Are you

Re: JVM heap when indexing in memory

2007-12-27 Thread Erick Erickson
Are you optimizing your index? I suspect that if you are, that's the problem. Why does it matter? Is this just a curiosity question or is there some problem? Best Erick On Dec 27, 2007 12:18 PM, tgospodinov <[EMAIL PROTECTED]> wrote: > > Does anyone know why JVM heap use almost doubles at the v