Network Deployment (Distributed operating systems), v8.0 > Tune performance > Tune web applications > Tune URL cache


Tuning URL invocation cache

The URL invocation cache holds information for mapping request URLs to servlet resources. This cache is Web container-based, and shared for all Web container threads. A cache of the requested size is created for each Web container thread that is available to process a request. The default size of the invocation cache is 50. If more than 50 unique URLs are actively being used (each JavaServer Page is a unique URL), you should increase the size of the invocation cache.

A larger cache uses more of the Java heap, so you might also need to increase the maximum Java heap size. For example, if each cache entry requires 2KB, maximum thread size is set to 25, and the URL invocation cache size is 100; then 5MB of Java heap are required. To change the size of the invocation cache:


Procedure

  1. In the admin console, click...

        Servers > Server Types > WebSphere application servers and select the application server that you are tuning.

  2. Click Java and Process Management.

  3. Click Process Definition under Additional Properties.

  4. Click Java Virtual Machine under Additional Properties.

  5. Click Custom Properties under Additional Properties.

  6. Specify invocationCacheSize in the Name field and the size of the cache in the Value field. The default size for the invocation cache is 500 entries. Since the invocation cache is no longer thread-based, the invocation cache size specified by the user is multiplied by ten to provide similar function from previous releases. For example, if you specify an invocation cache size of 50, the web container will create a cache size of 500.

  7. Click Apply and then Save to save your changes.

  8. Stop and restart the application server.


Results

The new cache size is used for the URL invocation cache.
Task overview: Developing and deploying web applications

+

Search Tips   |   Advanced Search