fix yaml comment for 6059
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6348ce0c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6348ce0c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6348ce0c Branch: refs/heads/trunk Commit: 6348ce0cc5f8aa4e8da7f4df09a404e4d626bf4b Parents: 9c98818 Author: Brandon Williams <[email protected]> Authored: Wed Jan 22 15:32:17 2014 -0600 Committer: Brandon Williams <[email protected]> Committed: Wed Jan 22 15:32:17 2014 -0600 ---------------------------------------------------------------------- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6348ce0c/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index e10afb6..db924bb 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
