From 6348ce0cc5f8aa4e8da7f4df09a404e4d626bf4b Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 22 Jan 2014 15:32:17 -0600 Subject: [PATCH] fix yaml comment for 6059 --- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index e10afb6923..db924bbf5d 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -248,7 +248,7 @@ concurrent_writes: 32 # Total memory to use for memtables. Cassandra will flush the largest # memtable when this much memory is used. -# If omitted, Cassandra will set it to 1/3 of the heap. +# If omitted, Cassandra will set it to 1/4 of the heap. # memtable_total_space_in_mb: 2048 # Total space to use for commitlogs. Since commitlog segments are