diff options
Diffstat (limited to 'xlators/performance/write-behind/src')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 7cae5405d9e..cc0569dd436 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -2955,7 +2955,7 @@ init (xlator_t *this)          GF_OPTION_INIT ("enable-trickling-writes", conf->enable_trickling_writes,                          bool, out); -        this->local_pool = mem_pool_new (wb_local_t, 1024); +        this->local_pool = mem_pool_new (wb_local_t, 64);          if (!this->local_pool) {                  ret = -1;                  gf_log (this->name, GF_LOG_ERROR,  | 
