diff options
-rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index 74a20a4de..7f265d1dd 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -2158,6 +2158,8 @@ init (xlator_t *this) goto out; } + set_stack_size (conf); + thread_count = IOT_DEFAULT_THREADS; if (dict_get (options, "thread-count")) { |