Skip to content

Commit 35d2763

Browse files
committed
Update README
1 parent 8caeac3 commit 35d2763

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README

+2-3
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ The key points are:
7171
- giving different values to options.total_leveldb_mem on subsequent Open
7272
calls causes memory to rearrange to current value across all databases
7373

74-
- leveldb can readily execute with 100Mbytes or less, but at least 340Mbytes
75-
per database is helpful.
74+
- recommended minimum for Basho's leveldb is 340Mbytes per database.
7675

77-
- there is a performance sweet spot at 2.5Gbytes per database (3.0Gbytes
76+
- performance improves rapidly from 340Mbytes to 2.5Gbytes per database (3.0Gbytes
7877
if using Riak's active anti-entropy). Even more is nice, but not as helpful.
7978

8079
- never assign more than 75% of available RAM to total_leveldb_mem. There is

0 commit comments

Comments
 (0)