From cdce97bd5984368f22ebbd347613f2238a387f0e Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Fri, 28 Jan 2022 15:03:23 +0100 Subject: [PATCH] [Dovecot] Changed Xapian default to 1024m instead of 2G --- data/conf/dovecot/dovecot.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 6a4033f2..5a7717ac 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -161,9 +161,7 @@ service lmtp { } ### FTS-XAPIAN service indexer-worker { - # Increase vsz_limit to 2GB or above. - # Or 0 if you have rather large memory usable on your server, which is preferred for performance) - vsz_limit = 2G + vsz_limit = 1024m } service decode2text {