Skip to content
Snippets Groups Projects
Verified Commit 81f40eb8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(immich): Reduce memory requests and limits for machine-learning

parent e2f1a4a6
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,10 @@ data:
machine-learning:
resources:
requests:
memory: 2Gi
memory: 1.5Gi
cpu: 500m
limits:
memory: 4Gi
memory: 3Gi
cpu: "2"
probes:
liveness:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment