#Immich_Server crashes in Artix Linux with cachyos kernel

1 messages · Page 1 of 1 (latest)

summer thistle
#

Thanks for helping, I am very confused right now.

I experience fast restarts from immich_server on intel and amd with plenty of cpu/ram/cores not used, dmesg doesn't say anything, I assume this is either down to my os/kernel or me loading in lots of jobs to the waiting list (I have 80k files)

The fast restart pattern:

[Nest] 37  - 07/13/2026, 8:09:13 PM     LOG [Api:Bootstrap] Immich Server is listening on http://127.0.0.1:2283 [v3.0.2] [production]
Initializing Immich v3.0.2
Detected CPU Cores: 16```

slow restart pattern (here my immich container shows (139) after docker ps) :

```server              Initializing Immich v3.0.2                              Detected CPU Cores: 16                                  (   [Nest] 7  - 07/13/2026, 8:34:10 PM     LOG [Microservices:MapRepository] Initializing metadata repository       Initializing Immich v3.0.2                              Detected CPU Cores: 16                                  (     LOG [Api:Bootstrap] Immich Server is listening on http://127.0.0.1:2283 [v3.0.2] [production]           LOG [Microservices:NestApplication] Nest application successfully started[Nest] 7  - 07/13/2026, 8:35:16 PM     LOG [Microservices:Bootstrap] Immich Microservices is running [v3.0.2] [production]                                              Initializing Immich v3.0.2                              Detected CPU Cores: 16                                  (node:7) ]  }                                                       [Nest] 37  - 07/13/2026, 8:36:21 PM     LOG [Api:WebsocketRepository] Initialized websocket server```

Again thanks to anyone willing to help. I will post the redacted docker-compose.yml and some logs below, could someone also explain how this occured so I can avoid this in future if possible.
sour crestBOT
#

:wave: Hey @summer thistle,

Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich immich.

References

#

Checklist

I have...

  1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: read applicable release notes.
  3. :ballot_box_with_check: reviewed the FAQs for known issues.
  4. :ballot_box_with_check: reviewed Github for known issues.
  5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: uploaded the relevant information (see below).
  7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

Information

In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider:

  • Your docker-compose.yml and .env files.
  • Logs from all the containers and their status (see above).
  • All the troubleshooting steps you've tried so far.
  • Any recent changes you've made to Immich or your system.
  • Details about your system (both software/OS and hardware).
  • Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h).
  • The version of the Immich server, mobile app, and other relevant pieces.
  • Any other information that you think might be relevant.

Please paste files and logs with proper code formatting, and especially avoid blurry screenshots.
Without the right information we can't work out what the problem is. Help us help you ;)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

summer thistle
#

I haven't made any big recent changes to this system, I just set it up recently as a dual boot setup and it was working sometimes for hours on end (I don't keep my self hosted setups on 24/7 because I use a laptop)

#

I originally used podman.sh at the suggestion of claude (sorry xd) then yesterday switched to a docker-compose.yml with podman/docker compose which kept crashing as shown above

#

I did this on my intel and amd machines and got the same result across both

sour crestBOT