book
Article ID: KB0083677
calendar_today
Updated On:
Issue/Introduction
Engine throughput is degraded under high load
Resolution
Disabling apache logging would resolve this issue. Following property can be used to achieve that.
org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
This property can be set as follows.
- Using appspace/node config.ini file.
- Stop appnodes.
- Open the config file and add the following property
org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog - Start the appnodes.
- Using appnode tra file
- Stop appnode.
- Open the node tra file and append the following property in "java.extended.properties". Please make sure that this property is not commented .
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog - Start the node