klo2k / nexus3-docker

ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
GNU General Public License v3.0
104 stars 37 forks source link

Create Java 11 Docker Images #27

Open saw303 opened 2 months ago

saw303 commented 2 months ago

Sonatype provides Docker images running on Java 11 instead of Java 8. Java 11 is much more Docker-aware than Java 8 (JVM 8 is actually completely container unaware). It would be nice to have Java 11 ARM images.

klo2k commented 2 months ago

Ooh thanks for the heads-up - this'd certainly make memory limit more flexible.

I need to do more research - sounds like there are a couple of container-specific memory options we can include into cmdline.

But I'm not sure which ones to use, and how they interact with the default -Xms and -Xmx settings...

If you (or anyone) have any idea I'd love to hear from you!


Notes: