# The Index Interval determines how large the sampling of row keys
# is for a given SSTable. The larger the sampling, the more effective
# the index is at the cost of space.
index_interval: 128
2011/7/6 Héctor Izquierdo Seliva :
> Forcing a full gc doesn't help either. Now the node is stuck in a
Forcing a full gc doesn't help either. Now the node is stuck in an
endless loop of full gcs that don't free any memory.
Hi all,
I don't seem to be able to complete a full repair on one of the nodes.
Memory consuptiom keeps growing till it starts complaining about not
having enough heap. I had to disable the automatic memtable flush, as it
was generating thousands of almost empty memtables.
My guess is that the key