-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HASS Docker Image unable to load on Raspberry Pi 5 (jemalloc) #103173
Comments
the pi 5 is not supported, yet. |
Thanks. I saw the discussion but I figured it was more about HASS OS rather than the docker image :) |
I found this in the docs about possible issues with jemalloc when using the docker image: |
I'm experiencing the same issues on Asahi Linux, since Apple Silicon also has 16k pages. i worked around it by recompiling and reinstalling jemalloc in the container using a Dockerfile @sieren FYI You may head over to the Asahi Linux Software Support Site which lists the Software broken and fixed for 16k pages |
Hey, I am not sure how much merit there is to this statement, but if it is true, the fix should be trivial:
@sieren, the environment flag you mentioned to solve the issue temporarily is only for the HASS image, I assume? I am stuck with the supervisor image, and the flag is not working. Unfortunately, they also have the same jemalloc issue. |
@PatrickTetz Indeed, I haven't verified this on the supervisor image, just the regular ol' HASS docker image |
@PatrickTetz raspberrypi/bookworm-feedback#107 (comment) worked for me |
@ohadlevy this seems to work great, thanks for sharing! |
The problem
When trying to boot up HASS in a Docker Environment on Raspberry Pi 5 this ultimately results in:
I tried to figure whether jemalloc was disabled specifically for RPI 4 (which is where this container ran on before) but could not find any relevant parts of the code.
For now adding
to
docker-compose.yml
seems to be an acceptable workaround.What version of Home Assistant Core has the issue?
core-2023.10.5
What was the last working version of Home Assistant Core?
core-2023.10.5
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: