Bump memory limits to help with large folders
authorAlex Dehnert <alex@dehnerts.com>
Sun, 2 Feb 2020 00:39:24 +0000 (19:39 -0500)
committerAlex Dehnert <alex@dehnerts.com>
Sun, 2 Feb 2020 00:39:24 +0000 (19:39 -0500)
conf.d/10-master.conf
conf.d/10-replication.conf

index 019c1fdd7266be235d9f9b2b66271d928e665a57..20b0fc45d941f913d957d2a24a92e71907d98521 100644 (file)
@@ -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
index 0c3583b623bfe10879b32a11d984db7a8bf15485..9334b9fd0d7c50a20c04c3a4f3d910f8047320d3 100644 (file)
@@ -30,7 +30,8 @@ service replicator {
 }
 
 service doveadm {
-  vsz_limit=512M
+  #vsz_limit=512M
+  vsz_limit=2048M
 }
 
 replication_max_conns = 10