Ludwig Pummer
Ludwig Pummer
I'm not sure if this is the same issue, though the failure message is the same. My stack trace is different and much shorter (and has no `ContextifyScript`): ```# #...
I am trying Docker on Alpine for the first time, and this is my first docker container on it. It's a fresh install of Immich on Docker, from package docker-26.1.5-r0...
I want to add a data point: After getting Immich up and running on v1.108.0, I configured an external library and loaded in a little over 10K photos. I then...
Unusual sure, but it shouldn’t make any difference what the virtualization hypervisor is especially if I’m not doing anything fancy like PCI pass through. I have NextCloud and Paperless-ngx running...
Same issue under Debian 12.6 with Immich 1.113.0 ``` Detected CPU Cores: 4 # # Fatal error in , line 0 # unreachable code # # # #FailureMessage Object: 0x7ffcc0bc0a50...
This kind of looks like https://github.com/nodejs/node/issues/51555, but adding `DISABLE_V8_COMPILE_CACHE=1` to my `.env` file had no effect (if I'm doing this right)
@emichael I configured my vm-bhyve .conf with ``` cpu_sockets="1" cpu_cores="4" cpu_threads="1" cpu="4" ``` Also tried with cores=2, threads=1, and again with 1 cpu/core/thread. And had no change. It still crashes...