Make some RAM space for drone workers

This commit is contained in:
Alex 2022-05-30 17:22:12 +02:00
parent 0c015b4e0c
commit 93c9e7d9ae
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE
2 changed files with 10 additions and 5 deletions

View file

@ -84,7 +84,7 @@ job "im" {
}
resources {
memory = 2500
memory = 2000
cpu = 1000
}
@ -119,7 +119,7 @@ job "im" {
resources {
cpu = 100
memory = 200
memory = 100
}
template {
@ -157,7 +157,7 @@ EOH
}
resources {
memory = 200
memory = 100
cpu = 100
}
}

View file

@ -101,7 +101,7 @@ EOH
}
resources {
memory = 200
memory = 100
cpu = 100
}
}
@ -124,7 +124,7 @@ EOH
}
resources {
memory = 200
memory = 100
cpu = 100
}
}
@ -171,6 +171,11 @@ EOH
data = file("../config/filebeat.yml")
destination = "secrets/filebeat.yml"
}
resources {
memory = 100
cpu = 100
}
}
}
}