Skip to content

Commit 7e0ef30

Browse files
morrisonleviclaude
andauthored
ci(appsec): guaranteed QoS for test appsec extension jobs (#3776)
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 635ed66 commit 7e0ef30

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.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)