Java in a Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Internal=
=Internal=


* [[Docker#Subjects|Docker]]
* [[Docker_Container_Best_Practices#Java_in_a_Container|Docker Container Best Practices]]
* [[Docker_Container_Best_Practices#Java_in_a_Container|Docker Container Best Practices]]



Revision as of 22:55, 5 November 2019

External

Internal

Overview

When running java in a container, the max heap should always be set with -Xmx, based on the application needs and the container limits.

Java max heap limit can also be calculated based on the container limits.

Generic script that correlates JVM memory settings to the container limits: