Skip to content

Commit

Permalink
[I-Build] Raise max memory limit to 10Gi for I-builds
Browse files Browse the repository at this point in the history
Recently the I-build failed occasionally because the container was
killed which was very likely due to excessive memory usage.
  • Loading branch information
HannesWell committed Oct 25, 2024
1 parent 3805289 commit 44fbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: "jnlp"
resources:
limits:
memory: "8192Mi"
memory: "10Gi"
cpu: "4000m"
requests:
memory: "6144Mi"
Expand Down

0 comments on commit 44fbdab

Please sign in to comment.