diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index cd28e2d40ad..9648f74f39b 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -37,7 +37,7 @@ struct iot_conf;  #define IOT_MAX_THREADS         64 -#define IOT_THREAD_STACK_SIZE   ((size_t)(1024*1024)) +#define IOT_THREAD_STACK_SIZE   ((size_t)(256*1024))  typedef enum {  | 
