diff options
Diffstat (limited to 'xlators/performance/read-ahead/src')
| -rw-r--r-- | xlators/performance/read-ahead/src/read-ahead.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/read-ahead/src/read-ahead.c b/xlators/performance/read-ahead/src/read-ahead.c index 72c7e6aa234..1a4dda97ac6 100644 --- a/xlators/performance/read-ahead/src/read-ahead.c +++ b/xlators/performance/read-ahead/src/read-ahead.c @@ -1062,7 +1062,7 @@ init (xlator_t *this)          pthread_mutex_init (&conf->conf_lock, NULL); -        this->local_pool = mem_pool_new (ra_local_t, 1024); +        this->local_pool = mem_pool_new (ra_local_t, 64);          if (!this->local_pool) {                  ret = -1;                  gf_log (this->name, GF_LOG_ERROR,  | 
