Extra VM options
Note
The service runs in JVM - Java Virtual Machine. Sometimes, you want to pass extra VM options into the JVM when starting the service.
Relative to the installation directory, config/extraoptions.vmoptions is the file where you can enter extra VM options to pass to the JVM.
Warning
Only pass one VM option per line
If the file does not exist, simply create the file.
For an example of VM options, see the configuration of proxy settings.
Warning
Make sure that the file is created with the correct type of line endings for the target OS, ex. with UNIX-style line endings when running on Linux. Additionally, make sure that the file ends with an empty line, ie. that the last character is a line ending.
Containers
When running as a container, you might want to pass set the VM options using an environment variable instead, see the article Running as a Container.