On Mon, Sep 17, 2012 at 3:44 PM, Mike Schultz <mike.schu...@gmail.com> wrote:
> So I'm figuring 3MB per entry.  With CacheSize=512 I expect something like
> 1.5GB of RAM, but with the server in steady state after 1/2 hour, it is 7GB
> larger than without the cache.

Heap size and memory use aren't quite the same thing.
Try running jconsole (it comes with every JDK), attaching to the
process, and then make it run multiple garbage collections to see what
the heap shrinks down to.

-Yonik
http://lucidworks.com

Reply via email to