From: Minh Diep Date: Tue, 25 May 2010 20:31:51 +0000 (+0200) Subject: b=22509 increase default md stripe_cache_size to 16k X-Git-Tag: v1_10_0_43~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e37886493f63446de73e84204d9cf396ba34a247;p=fs%2Flustre-release.git b=22509 increase default md stripe_cache_size to 16k i=adilger i=brian --- diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 28e6114..ceb1436 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -68,7 +68,7 @@ int nomtab = 0; int fake = 0; int force = 0; int retry = 0; -int md_stripe_cache_size = 2048; +int md_stripe_cache_size = 16384; char *progname = NULL; void usage(FILE *out)