From bd890a0f53142e60e70e6cad8363738d607fbdb4 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 26 Oct 2010 06:39:06 +0000 Subject: core: Use lru_limit as count for inode and dentry mempool Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 1948 (For each subvolume started, glusterfs process takes up around 30-35MB more memory) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1948 --- libglusterfs/src/inode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/inode.h') diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index de423d888..15a4f98f7 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -28,6 +28,7 @@ #include #include +#define DEFAULT_INODE_MEMPOOL_ENTRIES 16384 struct _inode_table; typedef struct _inode_table inode_table_t; -- cgit