Re: Cassandra 1.1.5 - SerializingCacheProvider - possible memory leak?

2012-12-03 Thread Maciej Miklas
Size and Capacity are in bytes. The RAM is consumed right after Cassandra start (3GB heap) - the reason for this could be 400.000.000 rows on single node, serialized bloom filters take 1,2 GB HDD space. On Mon, Dec 3, 2012 at 10:14 AM, Maciej Miklas mac.mik...@gmail.com wrote: Hi, I have

Re: Cassandra 1.1.5 - SerializingCacheProvider - possible memory leak?

2012-12-03 Thread aaron morton
SerializingCacheProvider reports size of 196 millions, how can I interpret this number? Can you include the output from nodetoo info ? 2) I am using default settings besides changes described above. Since key cache is small, and off heap cache is active, what is taking space in Old