Java in a Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
=Overview=
=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.  
When running java in a container, the max heap should always be explicitly 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.  
Java max heap limit can also be calculated based on the container limits.  

Revision as of 23:21, 5 November 2019