irods / contrib

A pooled collection of community-contributed code that works alongside iRODS
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

ELK stack container: Investigate using GraalVM CE #37

Open SwooshyCueb opened 5 months ago

SwooshyCueb commented 5 months ago

Temurin was chosen as the Java runtime for the elk stack, as Temurin is the successor to AdoptOpenJDK, which tweaked the JVM in ways that were advantageous for our use case. However, with the transition to Eclipse Foundation stewardship, the goals of the project have changed, so Temurin does not actually carry forward these changes to the JVM, and is, in fact, a pretty vanilla distribution of OpenJDK. Therefore, we may as well be using the distro-provided packages for the Java runtime. I've opened #36 to make this change, but given that performance has become a concern for the audit plugin, it still may be worth using a Java runtime more tailored to our needs. After doing a little bit of research, it appears that GraalVM CE may be the way to go.

SwooshyCueb commented 3 weeks ago

https://www.phoronix.com/news/Canonical-GraalVM-For-Ubuntu