Run a single, larger nodeodm instance for now.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user