I seen this too.
> So, what are cassandra memory requirement? Is it 1% or 2% of disk data?It depends on number of rows you have. if you have lot of rows then primary memory eaters are index sampling data and bloom filters. I use index sampling 512 and bloom filters set to 4% to cut down memory needed.