You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
committed by
Mergify
parent
0bdb9e1cea
commit
c193cf1d60
@@ -89,7 +89,8 @@ plugin {
|
|||||||
|
|
||||||
service indexer-worker {
|
service indexer-worker {
|
||||||
executable = /bin/nice -n 10 /usr/libexec/dovecot/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
|
||||||
}
|
}
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
@@ -1,3 +1,2 @@
|
|||||||
Ensure we can do more than 100 parallel sessions.
|
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
|
Allow dovecot's config to be overriden in front too
|
||||||
|
Reference in New Issue
Block a user