| Option | HUMIO_HEAP_SIZE_MB | |
| Description | JVM heap size in megabytes, setting -Xmx and -Xms | |
| Introduced Version | 1.0.0 | |
This environment variable configures the JVM heap size in
megabytes. It sets both -Xmx
and -Xms and is used to
customize the heap size calculated by
HUMIO_MEMORY_OPTS. When tuning, leave enough
memory free for the OS, other processes, and the page cache,
while assigning as much memory to LogScale as possible.
ini
HUMIO_HEAP_SIZE_MB=32768