From 4f0d487c96b84123289d3c48fd84188efe136293 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Mon, 13 Apr 2009 14:03:02 +0530 Subject: change arena size to 8MB Signed-off-by: Anand V. Avati --- glusterfsd/src/glusterfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 54b42f7745e..1b5a26c4f1f 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -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)); -- cgit