1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

play it safe

(cherry picked from commit f4ab22edbc)
This commit is contained in:
Florent Daigniere
2024-09-12 12:34:31 +02:00
committed by Mergify
parent 0bdb9e1cea
commit c193cf1d60
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}
###############