Skip to content

Commit

Permalink
fixup: memory limit
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Apr 17, 2023
1 parent a9955ee commit 57116da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
- name: "JENKINS_JAVA_BIN"
value: "/opt/jdk-11/bin/java"
resources:
limits:
memory: "8Gi"
requests:
memory: "8Gi"
cpu: "4"
Expand Down

0 comments on commit 57116da

Please sign in to comment.