perfs: adjust max mermory

This commit is contained in:
vincent 2024-03-17 10:40:20 +01:00
parent a89109e1ff
commit aeed90ea34
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ job "ghostfolio" {
}
resources {
memory = 400
memory_max = 600
}
}

View File

@ -97,6 +97,7 @@ job "paperless-ng" {
}
resources {
memory = 950
memory_max = 1500
cpu = 2000
}
}