From 704f048c59eb1d50772e0c33c544c08cd80067c4 Mon Sep 17 00:00:00 2001 From: Olamide Isreal Date: Mon, 30 Mar 2026 21:18:14 +0100 Subject: [PATCH] Reduce resource requirements to 2 cpus / 8GB memory for k8s compatibility --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 23dccea..4e87381 100644 --- a/nextflow.config +++ b/nextflow.config @@ -25,8 +25,8 @@ docker { process { container = 'harbor.cluster.omic.ai/omic/foldseek:latest' - cpus = 4 - memory = '16 GB' + cpus = 2 + memory = '8 GB' } profiles {