fix: fix #972 by increasing file descriptors for filtermail, and reduce destination concurrency#971
Conversation
|
This references wrong issue, the issue is in another repo: #972 |
| default_transport = lmtp-filtermail:inet:[127.0.0.1]:{{ config.filtermail_lmtp_port_transport }} | ||
| lmtp-filtermail_initial_destination_concurrency=10000 | ||
| lmtp-filtermail_destination_concurrency_limit=10000 | ||
| lmtp-filtermail_initial_destination_concurrency=500 |
There was a problem hiding this comment.
I would not change this, this effectively reverts b05e268 and will result in head of line blocking that the change was fixing.
There was a problem hiding this comment.
ok, i reverted. i guess the file descriptor increase needs to suffice then.
| Restart=always | ||
| RestartSec=30 | ||
| User=vmail | ||
| LimitNOFILE=524288 |
There was a problem hiding this comment.
@hpk42 consider parameterizing this value if we continue this path via chatmail.ini, otherwise this should work.
There was a problem hiding this comment.
it's all going to change eventually when chatmail/filtermail#141 gets implemented, so wouldn't expose anything as operator config right now.
2e9db06 to
484fb93
Compare
link2xt
left a comment
There was a problem hiding this comment.
Commit message is now wrong
|
Also related fix for filtermail issue, but this will need a new filtermail release: chatmail/filtermail#159 |
No description provided.