Tune memory after reviewing grafana
This commit is contained in:
parent
e6653f6495
commit
3dcd4c44b3
@ -76,8 +76,8 @@ job "blocky" {
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 50
|
||||
memory_max = 100
|
||||
memory = 75
|
||||
memory_max = 150
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -24,7 +24,8 @@ job "nomad-client-stalker" {
|
||||
|
||||
resources {
|
||||
cpu = 10
|
||||
memory = 10
|
||||
memory = 15
|
||||
memory_max = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ job "redis-${name}" {
|
||||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 128
|
||||
memory = 64
|
||||
memory_max = 512
|
||||
}
|
||||
}
|
||||
@ -50,8 +50,8 @@ job "redis-${name}" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
cpu = 50
|
||||
memory = 15
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -40,9 +40,4 @@ module "lidarr" {
|
||||
cpu = 500
|
||||
memory = 1500
|
||||
}
|
||||
|
||||
stunnel_resources = {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
}
|
||||
}
|
||||
|
@ -17,13 +17,9 @@ module "photoprism_module" {
|
||||
# }]
|
||||
resources = {
|
||||
cpu = 1500
|
||||
memory = 2000
|
||||
memory = 2200
|
||||
memory_max = 4000
|
||||
}
|
||||
stunnel_resources = {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
}
|
||||
sticky_disk = true
|
||||
host_volumes = [
|
||||
{
|
||||
|
@ -44,11 +44,6 @@ module "radarr" {
|
||||
memory = 500
|
||||
memory_max = 700
|
||||
}
|
||||
|
||||
stunnel_resources = {
|
||||
cpu = 100
|
||||
memory = 100
|
||||
}
|
||||
}
|
||||
|
||||
resource "nomad_variable" "authelia_service_rules_radarr" {
|
||||
|
@ -110,7 +110,7 @@ variable "stunnel_resources" {
|
||||
|
||||
default = {
|
||||
cpu = 50
|
||||
memory = 50
|
||||
memory = 15
|
||||
memory_max = null
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user