JVMOption
A list of options to pass to the Java virtual machine.
| Type: | String |
| Default: | |
| Required: | No |
| Configuration Section: | Connector |
| Example: |
//Use default debugger on the system to handle fatal errors JVMOption0=-XX:+UseOSErrorReporting //Run a command on a fatal error JVMOption0=-XX:OnError="userdump.exe %p" |
| See Also: |