From 62a920642a54eac6e4b24a3590f17d628202a210 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 19 May 2009 12:42:14 +0000 Subject: io-threads: Reduce default max for threads to 64 We've had complaints from users who've used autoscaling option with default settings for min and max threads, about high memory consumption because of the large default value for max-threads. Signed-off-by: Anand V. Avati --- xlators/performance/io-threads/src/io-threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/io-threads/src/io-threads.h') diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index 79c20275dd2..c5ca760000a 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -62,7 +62,7 @@ typedef enum { #define IOT_MIN_THREADS 2 #define IOT_DEFAULT_THREADS 16 -#define IOT_MAX_THREADS 256 +#define IOT_MAX_THREADS 64 #define IOT_SCALING_OFF _gf_false #define IOT_SCALING_ON _gf_true -- cgit