Skip to content

Commit

Permalink
Allocate additional memory to JNLP container
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Feb 1, 2021
1 parent 93fbcee commit 23f751c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml
Expand Up @@ -20,6 +20,14 @@ spec:
readOnly: true
- name: m2-repo
mountPath: /home/jenkins/.m2/repository
- name: jnlp
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "512Mi"
cpu: "500m"
volumes:
- name: settings-xml
secret:
Expand Down
8 changes: 8 additions & 0 deletions jenkins/pod-templates/cdt-full-pod-small.yaml
Expand Up @@ -20,6 +20,14 @@ spec:
readOnly: true
- name: m2-repo
mountPath: /home/jenkins/.m2/repository
- name: jnlp
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "512Mi"
cpu: "500m"
volumes:
- name: settings-xml
secret:
Expand Down
8 changes: 8 additions & 0 deletions jenkins/pod-templates/cdt-full-pod-standard.yaml
Expand Up @@ -20,6 +20,14 @@ spec:
readOnly: true
- name: m2-repo
mountPath: /home/jenkins/.m2/repository
- name: jnlp
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "512Mi"
cpu: "500m"
volumes:
- name: settings-xml
secret:
Expand Down

0 comments on commit 23f751c

Please sign in to comment.