Increase memory allocation for immich services in service-immich.json

This commit is contained in:
gyurix
2025-08-12 12:33:47 +02:00
parent cc76e60006
commit 88ae6dd365

View File

@@ -29,7 +29,7 @@
"IMAGE": "tensorchord/pgvecto-rs:pg14-v0.2.0", "IMAGE": "tensorchord/pgvecto-rs:pg14-v0.2.0",
"UPDATE": "true", "UPDATE": "true",
"NAME": "immichpostgres-db", "NAME": "immichpostgres-db",
"MEMORY": "256M", "MEMORY": "512M",
"NETWORK": "immich-net", "NETWORK": "immich-net",
"SELECTOR": "immichpostgres", "SELECTOR": "immichpostgres",
"VOLUMES": [ "VOLUMES": [
@@ -81,7 +81,7 @@
"IMAGE": "ghcr.io/immich-app/immich-server:#IMMICH_VERSION", "IMAGE": "ghcr.io/immich-app/immich-server:#IMMICH_VERSION",
"UPDATE": "true", "UPDATE": "true",
"NAME": "immichapp-app", "NAME": "immichapp-app",
"MEMORY": "1024M", "MEMORY": "1536M",
"NETWORK": "immich-net", "NETWORK": "immich-net",
"SELECTOR": "immichapp", "SELECTOR": "immichapp",
"PORTS": [ "PORTS": [
@@ -136,7 +136,7 @@
"UPDATE": "true", "UPDATE": "true",
"NAME": "immichmachine-learning", "NAME": "immichmachine-learning",
"ROLES": "backend-www", "ROLES": "backend-www",
"MEMORY": "1024M", "MEMORY": "1536M",
"NETWORK": "immich-net", "NETWORK": "immich-net",
"SELECTOR": "immichmachine-learning", "SELECTOR": "immichmachine-learning",
"ENVS": [ "ENVS": [