From 06d2da8ec41aab00da6f457ec17495f0f8a7307b Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 22 May 2022 13:10:21 +0200 Subject: [PATCH] fix(ci): resource limits --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1e86ef..be2f30f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,8 @@ steps: image: docker.io/volkerraschek/markdownlint:0.31.1 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: email-notification environment: @@ -29,8 +29,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -431,8 +431,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -647,8 +647,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed