Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
03a472ea
Commit
03a472ea
authored
Feb 12, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RA: Increase memory and CPU request/limits for Unicorn & Sidekiq
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
66acda99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scripts/review_apps/base-config.yaml
scripts/review_apps/base-config.yaml
+6
-6
No files found.
scripts/review_apps/base-config.yaml
View file @
03a472ea
...
...
@@ -52,10 +52,10 @@ gitlab:
resources
:
requests
:
cpu
:
650m
memory
:
970
M
memory
:
1018
M
limits
:
cpu
:
975m
memory
:
1
450
M
memory
:
1
527
M
hpa
:
targetAverageValue
:
650m
task-runner
:
...
...
@@ -69,11 +69,11 @@ gitlab:
unicorn
:
resources
:
requests
:
cpu
:
5
00
m
memory
:
1
630
M
cpu
:
5
25
m
memory
:
1
711
M
limits
:
cpu
:
7
50
m
memory
:
2
450
M
cpu
:
7
87
m
memory
:
2
566
M
deployment
:
readinessProbe
:
initialDelaySeconds
:
5
# Default is 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment