]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
uclient: increase cache size
authorSage Weil <sage@newdream.net>
Thu, 12 Nov 2009 00:10:14 +0000 (16:10 -0800)
committerSage Weil <sage@newdream.net>
Thu, 12 Nov 2009 00:10:14 +0000 (16:10 -0800)
src/config.cc

index 152e5e6ae979e169ccf665cb002e64a3e8a6db60..267ad5a79cadea8b82d016348ae655f0b06d1845 100644 (file)
@@ -378,8 +378,8 @@ static struct config_option config_optionsp[] = {
        OPTION(fuse_direct_io, 0, OPT_INT, 0),
        OPTION(fuse_ll, 0, OPT_BOOL, true),
        OPTION(client_oc, 0, OPT_BOOL, true),
-       OPTION(client_oc_size, 0, OPT_INT, 1024*1024* 64),    // MB * n
-       OPTION(client_oc_max_dirty, 0, OPT_INT, 1024*1024* 48),    // MB * n  (dirty OR tx.. bigish)
+       OPTION(client_oc_size, 0, OPT_INT, 1024*1024* 200),    // MB * n
+       OPTION(client_oc_max_dirty, 0, OPT_INT, 1024*1024* 100),    // MB * n  (dirty OR tx.. bigish)
        OPTION(client_oc_target_dirty, 0, OPT_INT, 1024*1024* 8), // target dirty (keep this smallish)
        // note: the max amount of "in flight" dirty data is roughly (max - target)
        OPTION(client_oc_max_sync_write, 0, OPT_LONGLONG, 128*1024),   // sync writes >= this use wrlock