From 2c290d51712a5cae8bd82b04fd74e94d89d2836c Mon Sep 17 00:00:00 2001 From: Olga Botvinnik Date: Tue, 29 Sep 2020 16:16:41 -0700 Subject: [PATCH] Create czbiohub_local.config --- conf/czbiohub_local.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/czbiohub_local.config diff --git a/conf/czbiohub_local.config b/conf/czbiohub_local.config new file mode 100644 index 0000000..195172a --- /dev/null +++ b/conf/czbiohub_local.config @@ -0,0 +1,10 @@ +executor { + // This sets the *total* number of CPUs used to 32 + // e.g. only 16 total translate jobs could run at once + cpus = 32 + memory = '512.GB' +} + +processs { + time = 999999999.h +}