Skip to content

Commit

Permalink
Give higher memory limits to immich microservices (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta authored Nov 6, 2023
1 parent 0dcf101 commit 6342bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions roles/launch-nomad-jobs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,10 @@
- webtrees
- audiobookshelf
- duplicati
- ntfy
- cronicle
- miniflux
- souptik
- immich
- snibox
- mongodb
- bitwarden_backup
- memoet
- smepl
Expand Down
10 changes: 5 additions & 5 deletions roles/launch-nomad-jobs/templates/immich.nomad.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ job "immich_job" {
driver = "docker"

resources {
memory_max = 1024
memory = 1024
}

env = {
Expand Down Expand Up @@ -94,7 +94,7 @@ job "immich_job" {
driver = "docker"

resources {
memory_max = 1024
memory = 1024
}

env = {
Expand Down Expand Up @@ -130,7 +130,7 @@ job "immich_job" {
driver = "docker"

resources {
memory_max = 512
memory = 2048
}

env = {
Expand All @@ -154,15 +154,15 @@ job "immich_job" {
}

config {
image = "altran1502/immich-machine-learning:release"
image = "ghcr.io/immich-app/immich-machine-learning:release"
}
}

task "immich_typesense" {
driver = "docker"

resources {
memory_max = 512
memory = 512
}

env = {
Expand Down

0 comments on commit 6342bb9

Please sign in to comment.