WildFly JVM Settings

From NovaOrdis Knowledge Base
Revision as of 17:24, 27 March 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * WildFly =Overview= JVM settings can be declared in the server's configuration files, as shown below, and are propagated to the server JVMs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

JVM settings can be declared in the server's configuration files, as shown below, and are propagated to the server JVMs.

Configuration

Standalone Mode

<server ...>
    ...
    <jvm>
    </jvm>
    ...
</server>

Domain Mode