Configuring JVM options example

The following is an example from the config.yaml file:

JNI Layer Trace:
  switch: true
  file: "/logs/JNI.log" 
  pid: true
  level: 30
  append: false

External Jar Files:
  jar1:
  jar2:

External Jar Directories:
  Dir1:
  Dir2:

JVM Options:
  option1: -Xms256M
  option2: -Xmx2048M