On the Mirror Cache tab, configure the following:
Cache Size Specifies the maximum size of the cache used to hold session state for instances of this component. Specify the size in megabytes, kilobytes, or bytes with the syntax shown in the following table:
Cache size value syntax |
To indicate |
---|---|
nM or nm |
n megabytes, for example: 512M |
nK or nk |
n kilobytes, for example: 1024K |
n |
n bytes, for example: 536870912 |
The component’s cache size cannot be greater than
the size of the server’s in-memory session cache (specified
by the com.sybase.jaguar.server.ps.cache.size
server
property). If the cache is not large enough, clients may experience
cache overflow errors. When this happens, the least recently accessed
instance is removed from the cache. If a client attempts to invoke
an instance, the client receives a CORBA::OBJECT_NOT_EXIST exception.
Timeout Specify a cache timeout value as a positive integer. This value is the number of seconds that cached state data remains valid. The cache timeout must be less than the Instance Timeout setting, and in most cases should be the same. The default is 10000 seconds.
Copyright © 2005. Sybase Inc. All rights reserved. |