From: Sage Weil Date: Thu, 30 Oct 2014 05:54:26 +0000 (-0700) Subject: doc/release-notes: it's 8MB, not 32MB X-Git-Tag: v0.89~85 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56ee3b4157378ae5f3278a1e0cb0c1018d64c7fc;p=ceph.git doc/release-notes: it's 8MB, not 32MB Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 785d04031c19..c155e4bf9f3b 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -71,7 +71,7 @@ Upgrading from v0.80x Firefly avoids potential data loss when used with older versions of qemu that do not support flush. - leveldb_write_buffer_size = 32*1024*1024 = 33554432 // 32MB + leveldb_write_buffer_size = 8*1024*1024 = 33554432 // 8MB leveldb_cache_size = 512*1024*1204 = 536870912 // 512MB leveldb_block_size = 64*1024 = 65536 // 64KB leveldb_compression = false @@ -111,7 +111,7 @@ Upgrading from v0.80x Firefly configuration files. Monitors will still maintain the following monitor-specific defaults: - leveldb_write_buffer_size = 32*1024*1024 = 33554432 // 32MB + leveldb_write_buffer_size = 8*1024*1024 = 33554432 // 8MB leveldb_cache_size = 512*1024*1204 = 536870912 // 512MB leveldb_block_size = 64*1024 = 65536 // 64KB leveldb_compression = false