summaryrefslogtreecommitdiff
path: root/fs/gfs2
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2007-01-25 19:50:52 (GMT)
committerSteven Whitehouse <swhiteho@redhat.com>2007-02-05 18:37:59 (GMT)
commit2f708649baad6350f506e7f5ca6649e32a8e4b49 (patch)
treeb561ccaf3464ff1d4073049359a49265b1d3a0e7 /fs/gfs2
parent8bd9572769767c6fd164cff4e1202df12cb34b4a (diff)
downloadlinux-fsl-qoriq-2f708649baad6350f506e7f5ca6649e32a8e4b49.tar.xz
[GFS2] increase default lock limit
Increase the number of locks at which point the dlm begins asking gfs to reduce its lock usage. The default value is largely arbitrary, but the current value of 50,000 ends up limiting performance unnecessarily for too many users. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/locking/dlm/lock_dlm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h
index 33af707..a87c7bf 100644
--- a/fs/gfs2/locking/dlm/lock_dlm.h
+++ b/fs/gfs2/locking/dlm/lock_dlm.h
@@ -36,7 +36,7 @@
#define GDLM_STRNAME_BYTES 24
#define GDLM_LVB_SIZE 32
-#define GDLM_DROP_COUNT 50000
+#define GDLM_DROP_COUNT 200000
#define GDLM_DROP_PERIOD 60
#define GDLM_NAME_LEN 128