I've noticed that after stress-testing my application (uses Lucene 2.0) for I while, I have almost 200mb of byte[]s hanging around, the top two culprits being:

24 x SegmentReader.Norm.bytes = 112mb
 2 x SegmentReader.ones       =  16mb

The second one isn't a big deal, but I wonder what's the explanation for the first one?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to