File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -488,8 +488,8 @@ function before_script_steps($with_docker_auth = false) {
488488<?php if (version_compare ($ major_minor , "7.4 " , ">= " )): ?>
489489 KUBERNETES_CPU_REQUEST: 8
490490 KUBERNETES_CPU_LIMIT: 8
491- KUBERNETES_MEMORY_REQUEST: 8Gi
492- KUBERNETES_MEMORY_LIMIT: 8Gi
491+ KUBERNETES_MEMORY_REQUEST: 7Gi
492+ KUBERNETES_MEMORY_LIMIT: 7Gi
493493<?php else : ?>
494494 KUBERNETES_CPU_REQUEST: 1
495495 KUBERNETES_CPU_LIMIT: 1
@@ -498,8 +498,8 @@ function before_script_steps($with_docker_auth = false) {
498498<?php endif ; ?>
499499 KUBERNETES_HELPER_CPU_REQUEST: 1
500500 KUBERNETES_HELPER_CPU_LIMIT: 1
501- KUBERNETES_HELPER_MEMORY_REQUEST: 768Mi
502- KUBERNETES_HELPER_MEMORY_LIMIT: 768Mi
501+ KUBERNETES_HELPER_MEMORY_REQUEST: 1Gi
502+ KUBERNETES_HELPER_MEMORY_LIMIT: 1Gi
503503 KUBERNETES_POD_ANNOTATIONS_1: "ci.ddbuild.io/enforce-static-cpus=true"
504504<?php if (version_compare ($ major_minor , "7.2 " , ">= " )): /* too expensive */ ?>
505505 DD_INSTRUMENTATION_TELEMETRY_ENABLED: 0
You can’t perform that action at this time.
0 commit comments