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:
Vishnu Narayanan
2025-11-20 21:20:42 +05:30
committed by GitHub
parent 5608f5a1a2
commit a547c28c8d

View File

@@ -16,7 +16,7 @@ KillMode=mixed
StandardInput=null
SyslogIdentifier=%p
MemoryMax=1.5G
MemoryMax=1.2G
MemoryHigh=infinity
MemorySwapMax=0
OOMPolicy=stop