Run a single, larger nodeodm instance for now.

This commit is contained in:
2023-10-18 06:37:06 +01:00
parent cc47a0b64b
commit 0197b052a5

View File

@@ -111,7 +111,7 @@ EOH
} }
group "worker" { group "worker" {
count = 2 count = 1
spread { spread {
attribute = "${node.unique.id}" attribute = "${node.unique.id}"
} }
@@ -177,7 +177,7 @@ EOH
resources { resources {
cpu = 1000 cpu = 1000
memory = 2048 memory = 4096
} }
service { service {