My webMethods Server 10.3 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring JVM Settings for My webMethods Server | Configuring Wrapper JVM Checks
 
Configuring Wrapper JVM Checks
The Java Service Wrapper can perform internal detection of deadlock threads or out of memory conditions within the JVM. By default, the deadlock detection is disabled in the My webMethods Server service and if you want to use this functionality, you need to enable it manually in the custom_wrapper.conf file.
The following table describes the additional parameters for configuring JVM checks:
Parameter
Description
wrapper.check. deadlock=true|false
Boolean. Enables or disables JVM deadlock checks. The default value is FALSE - deadlock checking is disabled.
wrapper.check.deadlock. interval=interval
Integer. The deadlock detection interval in seconds. The default value is 60.
wrapper.check.deadlock. action=action
String. The action to perform when a deadlock occurs. The default value is RESTART.
wrapper.check.deadlock. output=output
String. The output of the wrapper. Valid values are:
*FULL
*SIMPLE
*NONE
The default value is FULL.