]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Increased initial memory pool size.
authorTimo Sirainen <tss@iki.fi>
Tue, 25 May 2010 14:24:05 +0000 (15:24 +0100)
committerTimo Sirainen <tss@iki.fi>
Tue, 25 May 2010 14:24:05 +0000 (15:24 +0100)
--HG--
branch : HEAD

src/lib-master/master-service-settings-cache.c

index 4c240586d7747a73115e4f5238ef84444142ad20..12d2e683503346ac1f396448a27d8f4a93bc288a 100644 (file)
@@ -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 */