From 780104e0b4f2481891c8d047693a5a06ffb4daa6 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 11 Nov 2008 20:31:40 +0000 Subject: [PATCH] STABLE14-viced-helper-thread-count-20081111 LICENSE IPL10 fix the thread count of helpers so we don't go past 128 (cherry picked from commit 267472a473316fbc37e1fc5dc74e4e7f9edfa4ef) --- 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 0b38c2ac1..2c8b9f4ac 100644 --- a/src/viced/viced.h +++ b/src/viced/viced.h @@ -198,7 +198,7 @@ extern int busyonrst; #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