From ef7cdff60bf2399d4b7e57360efd633fb0a0cb1b Mon Sep 17 00:00:00 2001 From: David Radcliffe Date: Tue, 1 Jan 2019 15:58:26 -0500 Subject: [PATCH] bump unicorn resources --- config/deploy/unicorn.yaml.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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