[Dovecot] Changed Xapian default to 1024m instead of 2G

This commit is contained in:
Niklas Meyer 2022-01-28 15:03:23 +01:00 committed by GitHub
parent ed8941440a
commit cdce97bd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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 {