mirror of https://github.com/apache/cassandra
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
This commit is contained in:
parent
85c7c39ad1
commit
08daadf4ba
|
|
@ -90,7 +90,7 @@
|
|||
before flushing to disk. This is also a per-memtable setting.
|
||||
Use with MemtableSizeInMB to tune memory usage.
|
||||
-->
|
||||
<MemtableObjectCountInMillions>0.1</MemtableObjectCountInMillions>
|
||||
<MemtableObjectCountInMillions>0.02</MemtableObjectCountInMillions>
|
||||
|
||||
<!-- Time to wait before garbage-collection deletion markers.
|
||||
Set this to a large enough value that you are confident
|
||||
|
|
|
|||
Loading…
Reference in New Issue