> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/deployment/configuration/agent/jvm-options.md).

# JVM Options

The Agent runs as a JVM app; you can tune runtime configurations via environment variables.

<table data-full-width="false"><thead><tr><th width="296">Key</th><th>Description</th></tr></thead><tbody><tr><td>LENSES_OPTS</td><td>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</td></tr><tr><td>LENSES_HEAP_OPTS</td><td>JVM heap options. Default setting are <code>-Xmx3g -Xms512m</code> that sets the heap size between 512MB and 3GB. The upper limit is set to 1.2GB on the Box development docker image.</td></tr><tr><td>LENSES_JMX_OPTS</td><td>Tune the JMX options for the JVM i.e. to allowing remote access.</td></tr><tr><td>LENSES_LOG4J_OPTS</td><td>Override Agent logging configuration. Should only be used to set the logback configuration file, using the format <code>-Dlogback.configurationFile=file:/path/to/logback.xml</code>.</td></tr><tr><td>LENSES_PERFORMANCE_OPTS</td><td>JVM performance tuning. The default settings are <code>-server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=</code></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lenses.io/latest/deployment/configuration/agent/jvm-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
