travelaudience / docker-nexus

A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Linux.
Apache License 2.0
43 stars 43 forks source link

Remove MaxDirectMemorySize from nexus.vmoptions? #78

Open snakebyte91 opened 2 years ago

snakebyte91 commented 2 years ago

Is there any reason why -XX:MaxDirectMemorySize=2703m is not removed from ${NEXUS_HOME}/bin/nexus.vmoptions?

If I set MaxDirectMemorySize in environment variable INSTALL4J_ADD_VM_PARAMS it will be overwritten by the setting from nexus.vmoptions.