cli icon indicating copy to clipboard operation
cli copied to clipboard

Installs fine on RaspberryPi 5, but fails to run.

Open bmentink opened this issue 11 months ago • 2 comments

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 avatar Jan 26 '25 00:01 bmentink

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.

bmentink avatar Jan 26 '25 20:01 bmentink

I change the RP% to boot up a 4KB kernel, and now it works fine

where did you changed that? Will that brick something?

SeriousM avatar Jun 24 '25 10:06 SeriousM