Skip to content

Commit 0912d73

Browse files
authored
ci: increase tracer test suite memory request (#15324)
## Description We were seeing some OOM Kills from k8s of the tracer test suite. I saw memory usage spike to 3GB before being killed, this updates it to 4GB. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 567c5ae commit 0912d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/suitespec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ suites:
251251
tracer:
252252
env:
253253
DD_TRACE_AGENT_URL: http://localhost:8126
254+
KUBERNETES_MEMORY_REQUEST: "4Gi"
255+
KUBERNETES_MEMORY_LIMIT: "4Gi"
254256
parallelism: 9
255257
paths:
256258
- '@tracing'

0 commit comments

Comments
 (0)