diff options
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 65011cd43ef..09dcafb9028 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -222,7 +222,7 @@ static struct argp_option gf_options[] = { "Resolve all auxiliary groups in fuse translator (max 32 otherwise)"}, {"lru-limit", ARGP_FUSE_LRU_LIMIT_KEY, "N", 0, "Set fuse module's limit for number of inodes kept in LRU list to N " - "[default: 131072]"}, + "[default: 65536]"}, {"invalidate-limit", ARGP_FUSE_INVALIDATE_LIMIT_KEY, "N", 0, "Suspend inode invalidations implied by 'lru-limit' if the number of " "outstanding invalidations reaches N"}, |