소스 검색

Increase memory limits

Azat Safin 4 년 전
부모
커밋
36218057dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -39,7 +39,7 @@ spec:
       limits:
         memory: 2048Mi
         cpu: "1000m"
-      request:
+      requests:
         memory: 1024Mi
         cpu: "1000m"
     image: docker:19.03.1-dind