perfs: decrease CPU

This commit is contained in:
vincent 2024-08-03 14:46:05 +02:00
parent 984b712c78
commit 6ea5de0315
7 changed files with 11 additions and 6 deletions

View File

@ -45,6 +45,7 @@ job "dashboard" {
} }
resources { resources {
cpu = 50
memory = 20 memory = 20
} }
} }
@ -144,6 +145,7 @@ services:
} }
resources { resources {
cpu = 50
memory = 30 memory = 30
} }
} }

View File

@ -111,7 +111,6 @@ job "jellyfin" {
resources { resources {
memory = 2000 memory = 2000
memory_max = 4000 memory_max = 4000
cpu = 3000
} }
} }

View File

@ -86,7 +86,7 @@ job "mealie" {
env = true env = true
} }
resources { resources {
memory = 300 memory = 400
} }
} }

View File

@ -38,6 +38,7 @@ job "paperless-ng" {
} }
resources { resources {
memory = 50 memory = 50
cpu = 50
} }
} }
task "paperless-ng" { task "paperless-ng" {
@ -98,7 +99,7 @@ job "paperless-ng" {
resources { resources {
memory = 950 memory = 950
memory_max = 1500 memory_max = 1500
cpu = 2000 cpu = 100
} }
} }

View File

@ -84,6 +84,7 @@ include-dir=/etc/powerdns/pdns.d
EOH EOH
} }
resources { resources {
cpu = 50
memory = 100 memory = 100
} }
} }
@ -123,7 +124,7 @@ SQLALCHEMY_DATABASE_URI=postgresql://pdns-admin:{{ .Data.data.pdnsadmin }}@activ
EOH EOH
} }
resources { resources {
cpu = 100 cpu = 50
memory = 200 memory = 200
} }
@ -148,7 +149,7 @@ local-address=192.168.1.6
EOH EOH
} }
resources { resources {
cpu = 100 cpu = 50
memory = 50 memory = 50
} }
} }

View File

@ -83,6 +83,7 @@ job "tt-rss" {
env = true env = true
} }
resources { resources {
cpu = 50
memory = 150 memory = 150
} }
} }
@ -115,6 +116,7 @@ job "tt-rss" {
} }
resources { resources {
cpu = 50
memory = 150 memory = 150
} }
} }
@ -199,6 +201,7 @@ job "tt-rss" {
} }
resources { resources {
cpu = 50
memory = 50 memory = 50
} }
} }

View File

@ -29,7 +29,6 @@ job "vector" {
} }
# resource limits are a good idea because you don't want your log collection to consume all resources available # resource limits are a good idea because you don't want your log collection to consume all resources available
resources { resources {
cpu = 500 # 500 MHz
memory = 256 # 256MB memory = 256 # 256MB
} }
# template with Vector's configuration # template with Vector's configuration