dovecot-2.0: Increased initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Tue May 25 17:27:32 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d285a4ee07c4
changeset: 11362:d285a4ee07c4
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 25 15:24:05 2010 +0100
description:
Increased initial memory pool size.

diffstat:

 src/lib-master/master-service-settings-cache.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 487e58ebb764 -r d285a4ee07c4 src/lib-master/master-service-settings-cache.c
--- a/src/lib-master/master-service-settings-cache.c	Tue May 25 15:23:32 2010 +0100
+++ b/src/lib-master/master-service-settings-cache.c	Tue May 25 15:24:05 2010 +0100
@@ -194,7 +194,7 @@
 	if (!output->used_local) {
 		/* use global settings, but add local_ip/host to hash tables
 		   so we'll find them */
-		pool = pool_alloconly_create("settings global entry", 128);
+		pool = pool_alloconly_create("settings global entry", 256);
 		entry = p_new(pool, struct settings_entry, 1);
 	} else if (cache->cache_malloc_size >= cache->max_cache_size) {
 		/* free the oldest and reuse its pool */


More information about the dovecot-cvs mailing list