You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running elastimq-native in docker and the containers immediatly exits with error Failed to create main Isolate.
My computer is a arm64 apple silicon running Asahi Linux. I've faced this issue with babashka and other Clojure tools that rely on GraavlVM.
This is a recurrent issue with software built with GraalVM since it defaults to the kernel page size of the host running the build.
The solution is to build with 64K page size which is compatible with all other officially supported ARM page sizes.
Here is the solution I proposed for all graalvm packages in nixpkgs: NixOS/nixpkgs#269522.
Similar solution can be applied to build.sbt to allow usage in asahi linux and newer raspberry pi images.
I am running elastimq-native in docker and the containers immediatly exits with error
Failed to create main Isolate
.My computer is a arm64 apple silicon running Asahi Linux. I've faced this issue with babashka and other Clojure tools that rely on GraavlVM.
This is a recurrent issue with software built with GraalVM since it defaults to the kernel page size of the host running the build.
The solution is to build with 64K page size which is compatible with all other officially supported ARM page sizes.
Here is the solution I proposed for all graalvm packages in nixpkgs: NixOS/nixpkgs#269522.
Similar solution can be applied to build.sbt to allow usage in asahi linux and newer raspberry pi images.
This is an graalvm issue about this topic: oracle/graal#5605 (comment)
The text was updated successfully, but these errors were encountered: