changeset 13355:87ce8bba8731

Increased initial memory pool size.
author Timo Sirainen <tss@iki.fi>
date Thu, 01 Sep 2011 10:37:55 +0300
parents b595afb1338e
children 0b7ab4965c91
files src/doveadm/doveadm-print-table.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/doveadm/doveadm-print-table.c	Thu Sep 01 10:37:35 2011 +0300
+++ b/src/doveadm/doveadm-print-table.c	Thu Sep 01 10:37:55 2011 +0300
@@ -189,7 +189,7 @@
 	pool_t pool;
 	struct winsize ws;
 
-	pool = pool_alloconly_create("doveadm print table", 1024);
+	pool = pool_alloconly_create("doveadm print table", 2048);
 	ctx = p_new(pool, struct doveadm_print_table_context, 1);
 	ctx->pool = pool;
 	p_array_init(&ctx->headers, pool, 16);