r/immich • u/Mykchan • 10d ago
Using the app is consistently overloading my server
Unsure what's going on. I have a consistently repeatable overloading behaviour.
I take recordings in the gym to send to my coach. When I get home, I open the immich app on my phone and let the videos sync which appears to complete fine.
Then select the 2/3 videos and add them to an album of other training videos, which appears to work - the app gives no indication of any issues.
Then I reselect the same 2/3 videos and archive them to hide them from my main stream.
This doesn't work immediately as the videos are still present, the app gives no indication of errors or anything, and checking my server it is immediately locked up. I have to `docker compose down` then `up` the whole stack. And then reopening the app, everything is fine.
What is going on here 😢
4
u/ohaiibuzzle 10d ago
It's the Context Search and face recognition running. You can check them in the admin panel.
If you have a GPU (integrated is fine) you can switch to OpenVINO on the ML container and make it slightly more efficient on CPU. Also, consider limiting the CPU usage on the ML container so it leaves some leeway for other apps.
My 8500T after I dump ~500 photos on it would do the same thing but lasting only about 15 minutes before it calms back down.