2014-02-23 18:05:39 +00:00
|
|
|
|
2014-06-03 05:24:33 +00:00
|
|
|
v0.82
|
2014-02-20 00:57:25 +00:00
|
|
|
-----
|
2014-04-15 16:55:18 +00:00
|
|
|
|
2014-06-23 18:28:07 +00:00
|
|
|
- mon-specific leveldb options have been removed. From this point onward,
|
|
|
|
users should use 'leveldb_' generic options and add the options in the
|
|
|
|
appropriate sections of their configuration files.
|
2014-06-23 20:59:13 +00:00
|
|
|
The monitors will still maintain the following monitor-specific defaults:
|
|
|
|
|
|
|
|
leveldb_write_buffer_size = 32*1024*1024 = 33554432 // 32MB
|
|
|
|
leveldb_cache_size = 512*1024*1204 = 536870912 // 512MB
|
|
|
|
leveldb_block_size = 64*1024 = 65536 // 64KB
|
|
|
|
leveldb_compression = false
|
|
|
|
leveldb_log = ""
|