From da02f3d98fec101a62d29f79bda1cb685c9ad360 Mon Sep 17 00:00:00 2001 From: mueller-ma <mueller-ma@users.noreply.github.com> Date: Mon, 1 Oct 2018 17:30:18 +0200 Subject: [PATCH] Increase RAM to 500MB --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0fd28592..8eecda26 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ container: image: python cpu: 1 - memory: 100M + memory: 500M task: name: Validate Play Store and F-Droid descriptions -- GitLab