diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-04 16:21:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-04 16:21:33 +0300 |
| commit | c8d7fb2b4a90dd90417f632d31d7583b722f1f60 (patch) | |
| tree | e9bc89c16dba9ca15a852d2cec8550845f49c85b /f3s/immich | |
| parent | a5247123aa3c4898e8e104003ebf534fc7cc56b8 (diff) | |
fix(immich): increase memory limits to 4Gi to avoid OOMKilled for ML
Diffstat (limited to 'f3s/immich')
| -rw-r--r-- | f3s/immich/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/immich/values.yaml b/f3s/immich/values.yaml index 1354e84..6ebc876 100644 --- a/f3s/immich/values.yaml +++ b/f3s/immich/values.yaml @@ -27,7 +27,7 @@ server: cpu: 500m memory: 512Mi limits: - memory: 1Gi + memory: 4Gi affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: @@ -64,7 +64,7 @@ machine-learning: cpu: 500m memory: 512Mi limits: - memory: 1Gi + memory: 4Gi affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: |
