Is there a way to use a custom Java install (like GraalVM) on AMP Minecraft servers?

I know that AMP, by default, installs multiple versions of Temurin Java. I want to use something like GraalVM as well, since it can boost performance of some tasks on a Minecraft server. Is this possible, or am I limited to the Temurin JDKs? I am running AMP on an Arm-based VPS, so running the server within a Docker container is not an option.

Install GraalVM arm binaries in /usr/lib/jvm on your system and AMP should be able to find them

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.