diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-28 21:06:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-28 21:06:24 +0000 |
commit | ef326e805ac99222c55e1efd9867045800f01a4b (patch) | |
tree | 201d39fb90a1422cc1f523d95b30b93e95f973f5 /scripts | |
parent | 7515ec41c527c62bfd56f46e388cf6d9fe06479f (diff) | |
download | gitlab-ce-ef326e805ac99222c55e1efd9867045800f01a4b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/review_apps/base-config.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml index ef5e2719fca..ffde883a744 100644 --- a/scripts/review_apps/base-config.yaml +++ b/scripts/review_apps/base-config.yaml @@ -14,10 +14,10 @@ gitlab: gitaly: resources: requests: - cpu: 300m + cpu: 600m memory: 200M limits: - cpu: 600m + cpu: 1200m memory: 420M persistence: size: 10G @@ -46,10 +46,10 @@ gitlab: sidekiq: resources: requests: - cpu: 300m + cpu: 500m memory: 800M limits: - cpu: 400m + cpu: 1000m memory: 1.6G task-runner: resources: |