]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: reduce default in-memory logs for non-daemons
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 7 Mar 2013 01:42:03 +0000 (17:42 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 7 Mar 2013 01:47:28 +0000 (17:47 -0800)
commit7c208d2f8e3f28f4055a4ae51eceae892dcef1dc
tree497c5f9a83b845f88f765cb8ff70b682df0674ab
parentcb3ee33532fb60665f39f6ccb1d69d67279fd5e1
common: reduce default in-memory logs for non-daemons

The default of 100000 can result in hundreds of MBs of extra memory
used. This was most obvious when using librbd with caching enabled,
since there was a dout(0) accidentally left in the ObjectCacher.

refs: #4352
backport: bobtail
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/common/common_init.cc