I
Immich2y ago
Jim

Fatal process OOM in Re-embedded builtins: set permissions

Running immich on alpine linux, following the exact steps as described in the manual, I have a situation where the server, microservices and web container keep crashing and restarting. The logs are all the same. e.g. docker logs immich_server:
<--- JS stacktrace --->

Fatal process OOM in Re-embedded builtins: set permissions
<--- JS stacktrace --->

Fatal process OOM in Re-embedded builtins: set permissions
I run on an intel NUC with specs higher than the recommended. Alpine Linux v3.18. I would offer more details on the error log but am unsure how I can access these.
13 Replies
Alex Tran
Alex Tran2y ago
Which installation process do you use, and how much memory are you allocating for Immich ?
Jim
JimOP2y ago
The recommended (docker-compose). I did not see any option to allocate RAM. I am new to docker and I understand it is a OOM issue, however as the system has 8GB and the requirements say 4GB I supposed the default setting is 4GB.
Jim
JimOP2y ago
docker stats
No description
Jim
JimOP2y ago
An older version of immich (v1.50.0) gives me a slightly different error:
# Fatal error in , line 0
# Check failed: reservation_.SetPermissions(protect_start, protect_size, permission).
#
#
#
#FailureMessage Object: 0x7d2785fd8840
# Fatal error in , line 0
# Check failed: reservation_.SetPermissions(protect_start, protect_size, permission).
#
#
#
#FailureMessage Object: 0x7d2785fd8840
Alex Tran
Alex Tran2y ago
Can you use the most up to date version? 1.71?
Jim
JimOP2y ago
Except for the last post, all reportings are for V1.71
bo0tzz
bo0tzz2y ago
What filesystem are you using?
Jim
JimOP2y ago
ext4 Anything else I can do to move the troubleshooting forward?
Alex Tran
Alex Tran2y ago
Hmm, do you run into the same issue with the new release? 1.72.1?
Jim
JimOP2y ago
Same error in release V1.72.2
Alex Tran
Alex Tran2y ago
Do you have another system that you can run Immich on? Like Ubuntu?
Jim
JimOP2y ago
No, the server itself runs alpine, I'm not running from a VM.
Alex Tran
Alex Tran2y ago
it might be the issue with alpine version

Did you find this page helpful?