Lenses JVM Options
This page describes the JVM options for Lenses.
Lenses runs as a JVM app; you can tune runtime configurations via environment variables.
Key | Description |
---|---|
LENSES_OPTS | For generic settings, such as the global truststore. Note that the docker image is using this to plug in a prometheus java agent for monitoring Lenses |
LENSES_HEAP_OPTS | JVM heap options. Default setting are |
LENSES_JMX_OPTS | Tune the JMX options for the JVM i.e. to allowing remote access. |
LENSES_LOG4J_OPTS | Override Lenses logging configuration. Should only be used to set the logback configuration file, using the format |
LENSES_PERFORMANCE_OPTS | JVM performance tuning. The default settings are |
Last updated