Author: jbellis
Date: Fri Sep 23 07:26:35 2011
New Revision: 1174563

URL: http://svn.apache.org/viewvc?rev=1174563&view=rev
Log:
update memtable_total_space_in_mb comments

Modified:
    cassandra/branches/cassandra-1.0.0/conf/cassandra.yaml

Modified: cassandra/branches/cassandra-1.0.0/conf/cassandra.yaml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/conf/cassandra.yaml?rev=1174563&r1=1174562&r2=1174563&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.0/conf/cassandra.yaml (original)
+++ cassandra/branches/cassandra-1.0.0/conf/cassandra.yaml Fri Sep 23 07:26:35 
2011
@@ -137,7 +137,6 @@ 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 set to 0, only the old flush thresholds are used.
 # memtable_total_space_in_mb: 2048
 
 # Total space to use for commitlogs. 


Reply via email to