Java in a Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


=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.

Revision as of 20:30, 24 January 2018

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.