restate
restate copied to clipboard
No support for aarch64 linux with 16K page size
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
Facing the same issue here too :(