Skip to content

Commit

Permalink
pipelines: Increase default memroy limit for Mysql instance (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianjoy authored Jan 31, 2022
1 parent 494c40c commit 38e41b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
# The values are empirical.
limits:
- default:
memory: 0.5Gi
memory: 1Gi # Default limit is set to 1Gi because mysql request 800Mi.
cpu: '1'
defaultRequest:
cpu: '0.5'
Expand Down

0 comments on commit 38e41b8

Please sign in to comment.