DataDog / datadog-static-analyzer

Datadog Static Analyzer
https://docs.datadoghq.com/static_analysis/
Apache License 2.0
100 stars 12 forks source link

[STAL-2586] Bump memory for GitLab build #470

Closed jasonforal closed 2 months ago

jasonforal commented 2 months ago

What problem are you trying to solve?

We're getting flaky CI failures on our arm64 GitLab runners because our build is getting OOM killed.

What is your solution?

Bump both the requested memory, as well as the limit (prior: 1Gi requested, 6Gi limit)

While amd64 was not currently having issues, we might as well update it, too.

Alternatives considered

What the reviewer should know