change arena size to 8MB

Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
This commit is contained in:
Anand V. Avati 2009-04-13 14:03:02 +05:30 committed by Anand V. Avati
parent 00dff3bddc
commit 4f0d487c96

View File

@ -967,7 +967,7 @@ main (int argc, char *argv[])
free (base_exec_name);
ctx->iobuf_pool = iobuf_pool_new (64 * 1048576, 128 * 1024);
ctx->iobuf_pool = iobuf_pool_new (8 * 1048576, 128 * 1024);
ctx->event_pool = event_pool_new (DEFAULT_EVENT_POOL_SIZE);
pthread_mutex_init (&(ctx->lock), NULL);
pool = ctx->pool = CALLOC (1, sizeof (call_pool_t));