From 6a0abb57e6e43ccd10177a1013d67e2bec5a2398 Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Fri, 5 Apr 2019 09:51:58 +0200 Subject: [PATCH] reduce memory for GetConfiguration --- fastqc.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastqc.wdl b/fastqc.wdl index 7dd593d..913c06d 100644 --- a/fastqc.wdl +++ b/fastqc.wdl @@ -83,7 +83,7 @@ task GetConfiguration { } runtime { - memory: 4 # Needs more than 1 to pull the docker image + memory: 2 # Needs more than 1 to pull the docker image docker: "quay.io/biocontainers/fastqc:" + dockerTag } } -- GitLab