From 73ddc0dc31c9d98fe7696bb08886a5c57596123d Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 20 Sep 2005 22:52:22 +0000 Subject: [PATCH] - bump capa cache size on MDS/OSS to 3000 to decrease cache refill load --- lustre/include/linux/lustre_sec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_sec.h b/lustre/include/linux/lustre_sec.h index e674037..98d21a0 100644 --- a/lustre/include/linux/lustre_sec.h +++ b/lustre/include/linux/lustre_sec.h @@ -510,7 +510,7 @@ int svcsec_null_exit(void); #define NR_CAPAHASH 32 #define CAPA_TIMEOUT 1800 /* sec, == 30 min */ #define CAPA_KEY_TIMEOUT (24 * 60 * 60) /* sec, == 1 day */ -#define CAPA_CACHE_SIZE 1000 /* for MDS & OST */ +#define CAPA_CACHE_SIZE 3000 /* for MDS & OST */ #define CAPA_HMAC_ALG "sha1" /* capa ops */ -- 1.8.3.1