Skip to content

Commit

Permalink
adding 2gb of memory for repo checkout, refs #15213
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Dec 13, 2024
1 parent e03f1c7 commit f869f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/sign-macos-installer.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ spec:
- name: jnlp
resources:
limits:
memory: "1Gi"
memory: "2Gi"
cpu: "500m"
requests:
memory: "1Gi"
memory: "2Gi"
cpu: "500m"
- name: ubuntu-sumo
image: ghcr.io/eclipse/eclipse-sumo-build-ubuntu:latest
Expand Down

0 comments on commit f869f8f

Please sign in to comment.