Pageindex v1.5.2 fails to run on a Raspberry Pi 5 (aarch64). (v1.5.0 is working fine)
<jemalloc>: Unsupported system page size
memory allocation of 16 bytes failed
Raspberry Pi 5's kernel comes with 16k page size by default.
Workaround (not ideal): append kernel=kernel8.img to /boot/firmware/config.txt and reboot, this changes the kernel page size to 4k, and then Pageindex works again.
Pageindex v1.5.2 fails to run on a Raspberry Pi 5 (aarch64). (v1.5.0 is working fine)
Raspberry Pi 5's kernel comes with 16k page size by default.
Workaround (not ideal): append
kernel=kernel8.imgto/boot/firmware/config.txtand reboot, this changes the kernel page size to 4k, and then Pageindex works again.