More CPU for redis.

This commit is contained in:
2024-01-08 14:20:30 +00:00
parent e110c3a6b1
commit 24e03cc95d

View File

@@ -34,6 +34,11 @@ job "redis" {
timeout = "2s" timeout = "2s"
} }
} }
resources {
cpu = 300
memory = 300
}
} }
task "exporter" { task "exporter" {