Skip to content

Commit

Permalink
Increase memory request for Gradle pod
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Oct 2, 2023
1 parent 8e05a57 commit cc9500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-k8s-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ spec:
image: openjdk:11
resources:
requests:
memory: "2.5Gi"
memory: "3.5Gi"
ephemeral-storage: "6Gi"
limits:
memory: "4Gi"
memory: "5Gi"
env:
- name: GRADLE_OPTS
value: "-Dorg.gradle.daemon=false"
Expand Down

0 comments on commit cc9500e

Please sign in to comment.