struct file_dict_transaction_context *ctx;
pool_t pool;
- pool = pool_alloconly_create("file dict transaction", 1024);
+ pool = pool_alloconly_create("file dict transaction", 2048);
ctx = p_new(pool, struct file_dict_transaction_context, 1);
ctx->ctx.dict = _dict;
ctx->pool = pool;
struct mailbox *box;
pool_t pool;
- pool = pool_alloconly_create("fail mailbox", 1024);
+ pool = pool_alloconly_create("fail mailbox", 1024+512);
box = p_new(pool, struct mailbox, 1);
*box = fail_mailbox;
box->vname = p_strdup(pool, vname);