We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not possible to launch any recent ARM-based minecraft-papermc-server Docker Image running macOS 15.2 on a device with an M4 Pro Chip.
minecraft-papermc-server
This is an acute bug that only affects docker containers with OpenJDK 21 or 23 running on M4 devices running macOS 15.2.
openjdk/jdk21u-dev#1222 https://bugs.openjdk.org/browse/JDK-8345296 corretto/corretto-21#85
Add -XX:UseSVE=0 to JAVA_FLAGS
-XX:UseSVE=0
JAVA_FLAGS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue:
It is not possible to launch any recent ARM-based
minecraft-papermc-server
Docker Image running macOS 15.2 on a device with an M4 Pro Chip.This is an acute bug that only affects docker containers with OpenJDK 21 or 23 running on M4 devices running macOS 15.2.
openjdk/jdk21u-dev#1222
https://bugs.openjdk.org/browse/JDK-8345296
corretto/corretto-21#85
Workaround:
Add
-XX:UseSVE=0
toJAVA_FLAGS
The text was updated successfully, but these errors were encountered: