You can set JAVA_ARGS
using a Docker environment variables:
docker run --rm -e JAVA_ARGS='-Xmx4G' camptocamp/puppetserver
You can tune max-active-instances
using the MAX_ACTIVE_INSTANCES
environment variable.
You can enable the profiler using the ENABLE_PROFILER
environment variable.
If the container can resolve puppetdb
, puppetdb-termini will be enabled.