From 08daadf4ba3c8036ec57dac17d56cac0b3c0ebe5 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 7 May 2009 22:00:12 +0000 Subject: [PATCH] 100k is still too many objects for 1GB (for at least some workloads). patch by jbellis git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@772788 13f79535-47bb-0310-9956-ffa450edef68 --- conf/storage-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/storage-conf.xml b/conf/storage-conf.xml index 0432d5acdc..6244c97500 100644 --- a/conf/storage-conf.xml +++ b/conf/storage-conf.xml @@ -90,7 +90,7 @@ before flushing to disk. This is also a per-memtable setting. Use with MemtableSizeInMB to tune memory usage. --> - 0.1 + 0.02