From 6e98b0f9b9808654791061915948071be2abdd98 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Mon, 6 Jan 2014 16:51:58 +1300 Subject: s3: increase default fudge factor for max open files from 20 to 40 Tests show that Samba's smbd uses 38 open files at startup. Signed-off-by: Garming Sam Signed-off-by: Andrew Bartlett Reviewed-by: Andrew Bartlett Reviewed-by: Kamen Mazdrashki --- source3/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/local.h b/source3/include/local.h index c494d90eec..d72c084bc4 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -27,7 +27,7 @@ */ #ifndef MAX_OPEN_FUDGEFACTOR -#define MAX_OPEN_FUDGEFACTOR 20 +#define MAX_OPEN_FUDGEFACTOR 40 #endif /* -- cgit