Tuning parameter hot list

 

+

Search Tips   |   Advanced Search

 

  1. Install the most current refresh pack, fix pack, and interim fixes from IBM Support

    This can provide a dramatic enhancement of performance. I have seen a Portal and Commerce Web service operation improve in speed from 6 minutes to 10 seconds after the application of fix packs and fixes.

  2. Check hardware configuration and settings

  3. Review the application design

  4. Tune the operating systems

  5. Set the minimum and maximum JVM heap sizes

  6. In general, the type 2 JDBC driver is recommended. However, the type 4 JDBC drivers perform faster in the area of multi-row fetch.

  7. Tune JDBC data sources and associated connection pools

    The connection pool size and prepared statement cache need to be sized based on the number of concurrent requests being processed and the design of the application.

  8. Enable servlet caching

    I have witnessed dramatic throughput improvements when servlet caching is enabled.

  9. Enable the pass by reference option

  10. Ensure that the transaction log is assigned to a fast disk

    Some applications generate a high rate of writes to the WAS transaction log. Locating the transaction log on a fast disk or disk array can improve response time.

  11. Tune related components to achieve higher throughput for the entire configuration.

  12. Disable functions that are not required

    For example, you can disable Web services addressing. Note that disabling WS-Addressing disables WAS support for the following specifications...

    • Web Services Atomic Transactions
    • Web Services Business Agreement
    • Web Services Notification




 

Related tasks

Tuning the application serving environment
Use the dynamic cache service to improve performance
Use application clients

 

Related Reference


Tuning TCP/IP buffer sizes

 

Related information


IBM eServer Workload Estimator