docker-library / openjdk

Docker Official Image packaging for EA builds of OpenJDK from Oracle
http://openjdk.java.net
MIT License
1.14k stars 471 forks source link

Increase default RAM percentage for JVM #532

Closed tariqajyusuf closed 8 months ago

tariqajyusuf commented 8 months ago

The JVM by default only uses up to 25% of available memory. Since containers are running only one JVM it makes sense to bump this up to a higher amount to better use the total container space.

LaurentGoderre commented 8 months ago

Thanks for the contribution. However, as per the README this image is now deprecated.

yosifkit commented 8 months ago

We only provide pre-release OpenJDK images from this repo. We also try to not stray from upstream default values.