From 74bbad1e73b9b024a666bf5e0fc68465ff0afbdd Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Fri, 20 Sep 2019 13:30:42 +0530 Subject: glusterfs/fuse: Reduce the default lru-limit value The current lru-limit value still uses memory for upto 128K inodes. Reduce the default value of lru-limit to 64K. Change-Id: Ica2dd4f8f5fde45cb5180d8f02c3d86114ac52b3 Fixes: bz#1753880 Signed-off-by: N Balachandran --- doc/mount.glusterfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/mount.glusterfs.8') diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index a17f1802a37..ce16e9e40b7 100644 --- a/doc/mount.glusterfs.8 +++ b/doc/mount.glusterfs.8 @@ -123,7 +123,7 @@ Provide list of backup volfile servers in the following format [default: None] .TP .TP \fBlru-limit=\fRN -Set fuse module's limit for number of inodes kept in LRU list to N [default: 131072] +Set fuse module's limit for number of inodes kept in LRU list to N [default: 65536] .TP .TP \fBinvalidate-limit=\fRN -- cgit