Skip to content

Commit

Permalink
Merge pull request #118 from yudong2015/v3.4.1-dev
Browse files Browse the repository at this point in the history
update default resource momery of jenkins to 4g
  • Loading branch information
yudong2015 authored Jun 13, 2023
2 parents cc726ba + aa75a49 commit 1adfdb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/ks-devops/charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Master:
resources:
requests:
cpu: "50m"
memory: "256Mi"
memory: "4096Mi"
limits:
cpu: "2000m"
memory: "2048Mi"
memory: "4096Mi"

UsePodSecurityContext: true
JavaOpts: |-
-XX:InitialRAMPercentage=70
-XX:MaxRAMPercentage=70
-XX:MaxRAM=2g
-XX:MaxRAM=4g
-Dhudson.slaves.NodeProvisioner.initialDelay=20
-Dhudson.slaves.NodeProvisioner.MARGIN=50
-Dhudson.slaves.NodeProvisioner.MARGIN0=0.85
Expand Down

0 comments on commit 1adfdb9

Please sign in to comment.