浏览代码

Increase memory limits

Azat Safin 4 年之前
父节点
当前提交
254efa283f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

@@ -38,7 +38,10 @@ spec:
     resources:
       limits:
         memory: 1024Mi
-        cpu: "500m"
+        cpu: "1000m"
+      request:
+        memory: 1024Mi
+        cpu: "1000m"
     image: docker:19.03.1-dind
     securityContext:
       privileged: true