fix: reduce sidekiq memorymax to 1.2gb (#12915)
- reduce sidekiq memorymax to 1.2GB to ensure OOM restarts work on a 2GB machine
This commit is contained in:
parent
5608f5a1a2
commit
a547c28c8d
@ -16,7 +16,7 @@ KillMode=mixed
|
|||||||
StandardInput=null
|
StandardInput=null
|
||||||
SyslogIdentifier=%p
|
SyslogIdentifier=%p
|
||||||
|
|
||||||
MemoryMax=1.5G
|
MemoryMax=1.2G
|
||||||
MemoryHigh=infinity
|
MemoryHigh=infinity
|
||||||
MemorySwapMax=0
|
MemorySwapMax=0
|
||||||
OOMPolicy=stop
|
OOMPolicy=stop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user