Skip to content

Commit

Permalink
[Backport 7.58.x] increase memory request for minimize BTF jobs (#30449)
Browse files Browse the repository at this point in the history
Co-authored-by: brycekahle <[email protected]>
  • Loading branch information
gjulianm and brycekahle authored Oct 24, 2024
1 parent 23dc461 commit c5b341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/package_deps_build/package_deps_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
- tar -cJf $CI_PROJECT_DIR/minimized-btfs.tar.xz *
- $S3_CP_CMD $CI_PROJECT_DIR/minimized-btfs.tar.xz $S3_PROJECT_ARTIFACTS_URI/btfs/$MIN_BTFS_FILENAME
variables:
KUBERNETES_MEMORY_REQUEST: "32Gi"
KUBERNETES_MEMORY_LIMIT: "32Gi"
KUBERNETES_MEMORY_REQUEST: "64Gi"
KUBERNETES_MEMORY_LIMIT: "64Gi"
KUBERNETES_CPU_REQUEST: 24
artifacts:
expire_in: 2 weeks
Expand Down

0 comments on commit c5b341d

Please sign in to comment.