-
Notifications
You must be signed in to change notification settings - Fork 85
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
Raspberry Pi 5 error: <jemalloc>: Unsupported system page size #223
Comments
You may have to build from source yourself. Or google if there is some env var to disable it. I’m not at computer now — cannot google. |
First will try to build on a newer version of the Raspberry OS as got report of it working with using
|
Found that it is actually the higher PAGE_SIZE which causes the error.The The default on the RPi5 is :
using:
and Fulcrum runs fine. So the question is if we could make the |
Not sure about that -- why not open an issue with the jemalloc repo (they're on github too). |
jemalloc is already on this growing list: raspberrypi/bookworm-feedback#107 Closing this as it will not be solved in this repo, but let it serve as a reference point for others experiencing the same. The solution is to place the line:
in the beginning of and restart the RPi. |
Thanks yeah. It really is an issue with them and outside the scope/control I have in Fulcrum. Thanks for posting the issue and finding the solution thought! |
Running Fulcrum v1.9.7 fails on a new Raspberry Pi 5 with the latest Raspberry OS based on Debian 12:
The error:
My config:
Discussed here: raspiblitz/raspiblitz#4346
the PAGE_SIZE:
jemalloc
might not be available in this kernel. Could it be disabled until there is a better solution?Example in Home Assistant: https://www.home-assistant.io/installation/alternative#optimizations
The text was updated successfully, but these errors were encountered: