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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user