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
|
||||
SyslogIdentifier=%p
|
||||
|
||||
MemoryMax=1.5G
|
||||
MemoryMax=1.2G
|
||||
MemoryHigh=infinity
|
||||
MemorySwapMax=0
|
||||
OOMPolicy=stop
|
||||
|
||||
Reference in New Issue
Block a user