From 267472a473316fbc37e1fc5dc74e4e7f9edfa4ef Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 11 Nov 2008 20:31:19 +0000 Subject: [PATCH] viced-helper-thread-count-20081111 LICENSE IPL10 fix the thread count of helpers so we don't go past 128 --- src/viced/viced.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/viced.h b/src/viced/viced.h index dfc649859..549b40d5a 100644 --- a/src/viced/viced.h +++ b/src/viced/viced.h @@ -192,7 +192,7 @@ extern int saneacls; #define MAX_FILESERVER_THREAD 128 /* max number of threads in fileserver, subject to system limits. match to FD_HANDLE_SETASIDE */ -#define FILESERVER_HELPER_THREADS 7 /* Listner, IOMGR, FiveMinute, +#define FILESERVER_HELPER_THREADS 8 /* Listner, IOMGR, FiveMinute, FsyncCk * HostCheck, Signal, min 2 for RXSTATS */ #ifdef AFS_PTHREAD_ENV #include -- 2.39.5