diff --git a/core/dovecot/conf/dovecot.conf b/core/dovecot/conf/dovecot.conf index 8ba0a8f2..e16ba8a6 100644 --- a/core/dovecot/conf/dovecot.conf +++ b/core/dovecot/conf/dovecot.conf @@ -89,7 +89,8 @@ plugin { service indexer-worker { executable = /bin/nice -n 10 /usr/libexec/dovecot/indexer-worker - process_limit = {{ CPU_COUNT }} + # TODO: maybe MAXPROC? I guess it depends on how much RAM is available + process_limit = 1 } ############### diff --git a/towncrier/newsfragments/3450.bugfix b/towncrier/newsfragments/3450.bugfix index ec92e429..50c75f22 100644 --- a/towncrier/newsfragments/3450.bugfix +++ b/towncrier/newsfragments/3450.bugfix @@ -1,3 +1,2 @@ Ensure we can do more than 100 parallel sessions. -Make use of all CPUs available for indexing Allow dovecot's config to be overriden in front too