chore: disable worker MemoryHigh throttling in systemd unit (#12871)

- set MemoryHigh to infinity in deployment/chatwoot-worker.1.service so
the worker is throttled only by the existing
    MemoryMax hard limit
- prevents cgroup reclaim from slowing Sidekiq under transient spikes
while still keeping the hard stop at 1.5 GB
This commit is contained in:
Sojan Jose
2025-11-13 23:49:06 -08:00
committed by GitHub
parent 559d1b6576
commit 945a08eadb

View File

@@ -17,7 +17,7 @@ StandardInput=null
SyslogIdentifier=%p
MemoryMax=1.5G
MemoryHigh=1.4G
MemoryHigh=infinity
MemorySwapMax=0
OOMPolicy=stop