February 11Feb 11 Hello all,Just had my first issue with my server. It went down for no apparent reason (that I know of) and I had to power cycle the unit. It seemed to be stuck in a recycle loop? Not sure.Just a newbie here. I've attached the logs for smart people to review. Hopefully this is a one off. I was running an 'immich' scan of my external library which might have been the culprit. It has 200k+ pics and videos. Maybe this? Maybe because the processors were 100% for a long time? See attached after reboot. Is this what CPU pinning is for? Would immich be the culprit or more likely Post-egres?Appreciate the assist.linc-diagnostics-20260211-0858.zip Edited February 11Feb 11 by frank_sp61
February 11Feb 11 Author Pretty sure it’s the Immich docker. When I turned that off, the cpu and memory usages dropped to reasonable. So can I just “pin” 1 or 2 cpus so it reserves 2 for other things? Pretty sure with the number of phots I’m trying to import, it’s very taxing on resources. Once completed I think it’ll be fine. So is this what pinning is used for?
February 11Feb 11 Community Expert Solution Yeah this thing is going to struggle with immich. Pinning to a core or two might help but If I were you I would disable all of the machine learning and video conversion settings. The CPU has an iGPU which can handle some of the tasks pretty efficently but not all of immich's tasks can utilize the iGPU and will rely on the CPU which you have very little of.Also you need to configure immich to use the iGPU manually if you have not done so already.
February 11Feb 11 Author 3 hours ago, MowMdown said:Yeah this thing is going to struggle with immich. Pinning to a core or two might help but If I were you I would disable all of the machine learning and video conversion settings. The CPU has an iGPU which can handle some of the tasks pretty efficently but not all of immich's tasks can utilize the iGPU and will rely on the CPU which you have very little of.Also you need to configure immich to use the iGPU manually if you have not done so already.Okay, did that. Where is the iGPU setting? For video transcoding or images?
February 12Feb 12 Author I think I found it. Additional host and container path set to /dev/dri. Thanks. Things are running better. 😁
February 13Feb 13 Community Expert On 2/12/2026 at 10:22 AM, frank_sp61 said:I think I found it. Additional host and container path set to /dev/dri.Thanks. Things are running better. 😁Yes you need to click on "+Add Device, Port, Variable" at the bottom of the template page and then add a device and pass through/dev/driAlternatively you can add --device=/dev/dri to the extra parameters field if you toggle the advanced view.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.