Skip to content

Commit 44fbdab

Browse files
committed
[I-Build] Raise max memory limit to 10Gi for I-builds
Recently the I-build failed occasionally because the container was killed which was very likely due to excessive memory usage.
1 parent 3805289 commit 44fbdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsJobs/Builds/I_build.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- name: "jnlp"
6565
resources:
6666
limits:
67-
memory: "8192Mi"
67+
memory: "10Gi"
6868
cpu: "4000m"
6969
requests:
7070
memory: "6144Mi"

0 commit comments

Comments
 (0)