From 64366523e1fbe039a026fb5570a52bd8e4ad26bc Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 22 May 2022 13:09:00 +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 3679de9..cb83c89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: image: docker.io/volkerraschek/markdownlint:0.31.1 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: email-notification environment: @@ -30,8 +30,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -192,8 +192,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -294,8 +294,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed