Skip to content

JVM options

JVM options can be specified by passing them as environment variables.

The snippet below sets the maximum jvm memory usage to 2GB.

environment:
   pod:
     leap:
       name:  JVM_MAX
       value: "-Xmx2048m"

Parent topic: Preparation