On 9/20/07, Walter Ferrara <[EMAIL PROTECTED]> wrote:
> I'm just wondering, as this cached object could be (theoretically)
> pretty big, do I need to be aware of some OOM? I know that FieldCache
> use weakmaps, so I presume the cached array for the older reader(s) will
> be gc-ed when the reader is no longer referenced (i.e. when solr load
> the new one, after its warmup and so on), is that right?

Right.  You will need room for two entries (one for the current
searcher and one for the warming searcher).

-Yonik

Reply via email to