Skip to content

Commit df60308

Browse files
committed
mem
1 parent dcd8917 commit df60308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/common-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ variables:
7272
CXXSTD: 20
7373
USE_MKL: "OFF"
7474
USE_CODECOV: "false"
75-
KUBERNETES_MEMORY_REQUEST: '64Gi'
76-
KUBERNETES_MEMORY_LIMIT: '64Gi'
7775

7876
.build_deps_common:
7977
extends:
@@ -118,6 +116,8 @@ variables:
118116
# can be overwritten in the configuration as needed
119117
DOCKERFILE: ci/docker/deploy.Dockerfile
120118
PIP_OPTS: ""
119+
KUBERNETES_MEMORY_REQUEST: '64Gi'
120+
KUBERNETES_MEMORY_LIMIT: '64Gi'
121121
artifacts:
122122
paths:
123123
- pipeline.yml

0 commit comments

Comments
 (0)