From 421069361b9bf8111cae27e83fbda3375cf40aa8 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 1 Feb 2020 19:39:24 -0500 Subject: [PATCH] Bump memory limits to help with large folders --- conf.d/10-master.conf | 1 + conf.d/10-replication.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.d/10-master.conf b/conf.d/10-master.conf index 019c1fd..20b0fc4 100644 --- a/conf.d/10-master.conf +++ b/conf.d/10-master.conf @@ -62,6 +62,7 @@ service imap { # Most of the memory goes to mmap()ing files. You may need to increase this # limit if you have huge mailboxes. #vsz_limit = 256M + vsz_limit = 1024M # Max. number of IMAP processes (connections) #process_limit = 1024 diff --git a/conf.d/10-replication.conf b/conf.d/10-replication.conf index 0c3583b..9334b9f 100644 --- a/conf.d/10-replication.conf +++ b/conf.d/10-replication.conf @@ -30,7 +30,8 @@ service replicator { } service doveadm { - vsz_limit=512M + #vsz_limit=512M + vsz_limit=2048M } replication_max_conns = 10 -- 2.34.1