From 00398111cae136430d5e3a92146eba64ff3ab16e Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:14:37 +0200 Subject: [PATCH] Use 6.5 --- workflows/utils/labels_ci.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/utils/labels_ci.config b/workflows/utils/labels_ci.config index 5dc4f5ad1f6..215f6b28311 100644 --- a/workflows/utils/labels_ci.config +++ b/workflows/utils/labels_ci.config @@ -1,9 +1,9 @@ process { - withLabel: lowmem { memory = 6.Gb } - withLabel: midmem { memory = 6.Gb } - withLabel: highmem { memory = 6.Gb } - withLabel: veryhighmem { memory = 6.Gb } + withLabel: lowmem { memory = 6.5Gb } + withLabel: midmem { memory = 6.5Gb } + withLabel: highmem { memory = 6.5Gb } + withLabel: veryhighmem { memory = 6.5Gb } withLabel: singlecpu { cpus = 2 } withLabel: lowcpu { cpus = 2 }