]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-viced-helper-thread-count-20081111
authorDerrick Brashear <shadow@dementia.org>
Tue, 11 Nov 2008 20:31:40 +0000 (20:31 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 11 Nov 2008 20:31:40 +0000 (20:31 +0000)
LICENSE IPL10

fix the thread count of helpers so we don't go past 128

(cherry picked from commit 267472a473316fbc37e1fc5dc74e4e7f9edfa4ef)

src/viced/viced.h

index 0b38c2ac1c05170477d118608b580e06749dab2a..2c8b9f4acc0a377eeed97670d43938ec3b8f6844 100644 (file)
@@ -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 <pthread.h>