Skip to content

Commit 64bfad6

Browse files
morrisonleviclaude
andcommitted
ci(appsec): guaranteed QoS for test appsec extension jobs
Increase memory from 4Gi to 6Gi and set CPU/memory limits equal to requests (including helper container) to achieve Guaranteed QoS, preventing OOM kills on the test-appsec-extension jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 42c7c25 commit 64bfad6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitlab/generate-appsec.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,13 @@
7171
image: registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_bookworm-6
7272
variables:
7373
KUBERNETES_CPU_REQUEST: 3
74-
KUBERNETES_MEMORY_REQUEST: 4Gi
75-
KUBERNETES_MEMORY_LIMIT: 4Gi
74+
KUBERNETES_CPU_LIMIT: 3
75+
KUBERNETES_MEMORY_REQUEST: 6Gi
76+
KUBERNETES_MEMORY_LIMIT: 6Gi
77+
KUBERNETES_HELPER_CPU_REQUEST: 1
78+
KUBERNETES_HELPER_CPU_LIMIT: 1
79+
KUBERNETES_HELPER_MEMORY_REQUEST: 3Gi
80+
KUBERNETES_HELPER_MEMORY_LIMIT: 3Gi
7681
parallel:
7782
matrix:
7883
- PHP_MAJOR_MINOR: *all_minor_major_targets

0 commit comments

Comments
 (0)