Run a single, larger nodeodm instance for now.
This commit is contained in:
@@ -111,7 +111,7 @@ EOH
|
||||
}
|
||||
|
||||
group "worker" {
|
||||
count = 2
|
||||
count = 1
|
||||
spread {
|
||||
attribute = "${node.unique.id}"
|
||||
}
|
||||
@@ -177,7 +177,7 @@ EOH
|
||||
|
||||
resources {
|
||||
cpu = 1000
|
||||
memory = 2048
|
||||
memory = 4096
|
||||
}
|
||||
|
||||
service {
|
||||
|
||||
Reference in New Issue
Block a user