From 556bf9c4fe2f27cae288a4b9205742f8d93d6793 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Wed, 2 May 2012 18:53:38 -0400 Subject: [PATCH] increasing namecache size to 256K --- daemon/name_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/name_cache.c b/daemon/name_cache.c index 8320746..f70ce04 100644 --- a/daemon/name_cache.c +++ b/daemon/name_cache.c @@ -41,8 +41,8 @@ enum { #define NAME_CACHE_EXPIRATION 20 /* TODO: get from configuration */ -/* allow up to 128K of memory for name and attribute cache entries */ -#define NAME_CACHE_MAX_SIZE 131072 +/* allow up to 256K of memory for name and attribute cache entries */ +#define NAME_CACHE_MAX_SIZE 262144 /* negative lookup caching *