restate icon indicating copy to clipboard operation
restate copied to clipboard

No support for aarch64 linux with 16K page size

Open coder3101 opened this issue 6 months ago • 1 comments

I am using this on Asahi Linux which has 16K page size and since restate uses jemalloc that does not works with 16K page sizes, the whole server is not able to start.

ref: https://github.com/jemalloc/jemalloc/issues/467

Is there a way to get this to work on 16K page sizes. It is mostly for testing purposes during development so performance doesn't matter.

➜ ./restate-server
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
terminate called without an active exception
[1]    58114 IOT instruction (core dumped)  ./restate-server

coder3101 avatar Aug 10 '25 14:08 coder3101

Facing the same issue here too :(

Gabrielbdd avatar Oct 08 '25 04:10 Gabrielbdd