Installs fine on RaspberryPi 5, but fails to run.
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
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.
I change the RP% to boot up a 4KB kernel, and now it works fine
where did you changed that? Will that brick something?