Whamcloud - gitweb
- bump capa cache size on MDS/OSS to 3000 to decrease cache refill load
authoralex <alex>
Tue, 20 Sep 2005 22:52:22 +0000 (22:52 +0000)
committeralex <alex>
Tue, 20 Sep 2005 22:52:22 +0000 (22:52 +0000)
lustre/include/linux/lustre_sec.h

index e674037..98d21a0 100644 (file)
@@ -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 */