Mert
Mert
Hmm, that much of an increase is unexpected. It could be related to the issue behind #6542, or possibly #4391. Are there any errors in the microservices logs before the...
Thanks for the detailed info! - How many of those assets are RAW, if any? - Do you have `/tmp` configured to be in-memory? - Is the increase completely linear,...
I made a test image for microservices with a possible fix: `ghcr.io/immich-app/immich-server:pr-9665`. Would you be able to change your image to that and see if it affects RAM usage?
Hmm, that error is about connecting to Postgres, not related to thumbnail generation.
So sorry! I based that branch off of the latest release, but it turns out that main gets merged into it anyway when the image is built. The error is...
It does (or should I guess) check if it should update the smart search table at startup. Specifically, it checks if the dimensions of the current model match the dimensions...
The check happens in the [search repository's init](https://github.com/immich-app/immich/blob/f667c9597b9885059de00d9e8779147c4d08ddc2/server/src/repositories/search.repository.ts#L56), referenced in the [smart info service](https://github.com/immich-app/immich/blob/f667c9597b9885059de00d9e8779147c4d08ddc2/server/src/services/smart-info.service.ts#L45).
Oh, I guess the init in the smart info service isn't getting called anywhere haha.
Yup, so it only updates on a config change event in practice. Making it run at startup should fix it.
I decided to add the hardware decoding toggle after all. The new command may not work with older kernels or drivers, and it's useful for debugging purposes. Overall, this takes...