Tune a workload management configuration
The workload management (WLM) service uses several properties to control WLM behavior. In most cases, you do not need to set values for these properties. However, if you experience problems with your WLM configuration, you can change these properties. Modify the values of these properties only if you experience problems with WLM.
Workload management client properties
A WLM client can be a clustered resource or an application server that acts as an EJB client to a clustered resource. The behavior of the WLM client is controlled by these properties:
com.ibm.CORBA.RequestTimeout
This property specifies the timeout period for responding to requests sent from the client. This property does not have a default value.Note: Do not change this property unless your application experiences problems with timeouts.
com.ibm.websphere.wlm.unusable.interval
This value specifies the interval, in seconds, between the time that the WLM client run time marks a server as unavailable and the time that it attempts to contact that server again. The default value is 300.
To change the WLM client properties, follow these steps:
Access the Java Virtual Machine page:
- In the topology tree, expand Servers and click Application Servers.
- On the Application Server page, click the name of the server where the client is running.
- On the application server's details page, click Process Definition.
- On the Process Definition page, click Java Virtual Machine.
On the Java Virtual Machine page, specify one or more of these command line arguments in the Generic JVM arguments field:
- -Dcom.ibm.CORBA.RequestTimeout=timeout_interval
Specify this argument only if your application experiences problems with timeouts. This argument changes the value for the com.ibm.CORBA.RequestTimeout property. The variable timeout_interval is the timeout period in seconds.- -Dcom.ibm.websphere.wlm.unusable.interval=interval
This argument changes the com.ibm.websphere.wlm.unusable.interval property. The variable interval is the time in seconds.
Click OK.
Restart the application server.