forked from Deuxfleurs/nixcfg
Make some RAM space for drone workers
This commit is contained in:
parent
0c015b4e0c
commit
93c9e7d9ae
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue