]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: Reduce command pool's initial size.
authorTimo Sirainen <tss@iki.fi>
Wed, 30 Sep 2009 20:00:51 +0000 (16:00 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 30 Sep 2009 20:00:51 +0000 (16:00 -0400)
--HG--
branch : HEAD

src/imap/imap-client.c

index 3dc4dabc0a28a44a545b8fcd80c30d2268da883f..87522af7cfdb312be659259ec83aa5914cb65bbd 100644 (file)
@@ -56,7 +56,7 @@ struct client *client_create(int fd_in, int fd_out, struct mail_user *user,
                                      client_idle_timeout, client);
 
        client->command_pool =
-               pool_alloconly_create(MEMPOOL_GROWING"client command", 1024*12);
+               pool_alloconly_create(MEMPOOL_GROWING"client command", 1024*2);
        client->user = user;
 
        mail_namespaces_set_storage_callbacks(user->namespaces,