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 +}