Skip to content
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

Installs fine on RaspberryPi 5, but fails to run. #3076

Open
bmentink opened this issue Jan 26, 2025 · 1 comment
Open

Installs fine on RaspberryPi 5, but fails to run. #3076

bmentink opened this issue Jan 26, 2025 · 1 comment

Comments

@bmentink
Copy link

I installed the [supabase_2.9.6_linux_arm64.deb] package from this site onto my RPI5, but when trying to run it, get the following errors:

<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
memory allocation of 5 bytes failed

Is there any way to have a build for RPI5 with the correct page size (I don't know what it is for the pi ..)

Many THanks

@bmentink
Copy link
Author

bmentink commented Jan 26, 2025

I think the page size for RPI5 is 16KB, I guess superbase is using 4KB
I change the RP% to boot up a 4KB kernel, and now it works fine ... I will loose 7% performance, but not that important here.
It would be good some day to be able to run 16KB page size though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant