From: Sage Weil Date: Fri, 23 May 2008 23:28:01 +0000 (-0700) Subject: client: larger default cache X-Git-Tag: v0.3~187 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7db671facf6d6267b2f8b42fd5e473f4d51ec0d5;p=ceph.git client: larger default cache --- diff --git a/src/config.cc b/src/config.cc index 6891dba0616a..ca18e3918beb 100644 --- a/src/config.cc +++ b/src/config.cc @@ -268,9 +268,9 @@ md_config_t g_conf = { // --- objectcacher --- client_oc: true, - client_oc_size: 1024*1024* 10, // MB * n - client_oc_max_dirty: 1024*1024* 10, // MB * n (dirty OR tx) - client_oc_max_sync_write: 128*1024, // synx writes >= this use wrlock + client_oc_size: 1024*1024* 16, // MB * n + client_oc_max_dirty: 1024*1024* 12, // MB * n (dirty OR tx) + client_oc_max_sync_write: 128*1024, // sync writes >= this use wrlock // --- objecter --- objecter_buffer_uncommitted: true, // this must be true for proper failure handling