diff --git a/config/deploy/unicorn.yaml.erb b/config/deploy/unicorn.yaml.erb index abbc4880984..17e67e76219 100644 --- a/config/deploy/unicorn.yaml.erb +++ b/config/deploy/unicorn.yaml.erb @@ -28,11 +28,11 @@ spec: resources: <% if environment == 'production' %> requests: - cpu: 2500m - memory: 3Gi - limits: - cpu: 3500m + cpu: 3000m memory: 4Gi + limits: + cpu: 4000m + memory: 5Gi <% else %> requests: cpu: 200m