Oracle's WebLogic tuning recommendations
You can review the information about both Oracle's recommendations, and the deviance suggested from the Oracle recommendations.
This section assumes that you:
- Are familiar with and have installed WebLogic application server in a clustered mode
- Have read Oracle's WebLogic Server Performance and Tuning.
In keeping with our performance management principles, this section augments the recommendations found in Oracle's WebLogic Server Performance and Tuning when needed. You should carefully review the Oracle's recommendations as all of them are not applicable. As always, you should test any changes from their default settings to verify that the changes benefit your configuration. Some of the recommendations that deviate from Oracle's recommendation is as follows:
- Do not use Oracle's one-way message send performance feature that is introduced in WebLogic 9.2. The one-way send feature allow message producers to send messages to queues without waiting for a corresponding response or acknowledgement. This feature improves performance at the cost of lowering reliability. The Sterling Order Management System Software workloads, JMS interactions are transactional and requires an acknowledgement.
Note: When you are configuring the XADataSource in
Weblogic 12.1 or later versions, ensure that the driver is not XA
and the 2 phase commit check box is not selected.