Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kbn/es] Workaround arm64 container startup error (elastic#212458)
Adds a temporary workaround for an issue with ES containers starting on M4 based macs. ``` info waiting for ES cluster to report a green status # # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=0x0000ffff93d400a8, pid=7, tid=16 # # JRE version: (23.0+37) (build ) # Java VM: OpenJDK 64-Bit Server VM (23+37-2369, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, serial gc, linux-aarch64) # Problematic frame: # j java.lang.System.registerNatives()V+0 java.base@23 # # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again ```
- Loading branch information