From: Timo Sirainen Date: Tue, 25 May 2010 14:24:05 +0000 (+0100) Subject: Increased initial memory pool size. X-Git-Tag: 2.0.beta6~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4af888b784e6b1a9d6ea8a624d6c6d2fc07f5642;p=thirdparty%2Fdovecot%2Fcore.git Increased initial memory pool size. --HG-- branch : HEAD --- diff --git a/src/lib-master/master-service-settings-cache.c b/src/lib-master/master-service-settings-cache.c index 4c240586d7..12d2e68350 100644 --- a/src/lib-master/master-service-settings-cache.c +++ b/src/lib-master/master-service-settings-cache.c @@ -194,7 +194,7 @@ static void cache_add(struct master_service_settings_cache *cache, 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 */