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:
@@ -17,7 +17,7 @@ StandardInput=null
|
|||||||
SyslogIdentifier=%p
|
SyslogIdentifier=%p
|
||||||
|
|
||||||
MemoryMax=1.5G
|
MemoryMax=1.5G
|
||||||
MemoryHigh=1.4G
|
MemoryHigh=infinity
|
||||||
MemorySwapMax=0
|
MemorySwapMax=0
|
||||||
OOMPolicy=stop
|
OOMPolicy=stop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user