Java parameters
Use these parameters to configure and tune Java.
puppet_enterprise::profile::master::java_args
JVM (Java Virtual Machine) memory, specified as a JSON hash, that is allocated to the
Puppet Server service, for example {"Xmx": "4096m",
"Xms": "4096m"}
.
puppet_enterprise::profile::puppetdb::java_args
JVM memory, specified as a JSON hash, that is allocated to the PuppetDB service, for example {"Xmx": "512m",
"Xms": "512m"}
.
puppet_enterprise::profile::console::java_args
JVM memory, specified as a JSON hash, that is allocated to console services, for
example {"Xmx": "512m", "Xms": "512m"}
.
puppet_enterprise::profile::orchestrator::java_args
JVM memory, set as a JSON hash, that is allocated to orchestration services, for
example, {"Xmx": "256m", "Xms": "256m"}
.