On 01/28/2011 11:29 AM, Jake Luciani wrote:
> Are you using a row cache? if so what is it set too? in general it should
> not be a percentage.
> 


        <ColumnFamily CompareWith="UTF8Type" Name="mycolumnfamily"
            KeysCached="0" KeyCacheSavePeriodInSeconds="0"
            RowsCached="400000" RowCacheSavePeriodInSeconds="1800"
            />

row_cache_size == row_cache_capacity before the start of RSS data
collection.  According to jconsole heap size is not growing larger than
the maximum set at the command line.

Reply via email to