Max Beans In Cache
|
Specify the maximum number of objects of this class that are allowed in memory. When max-bean -in-cache is reached, WebLogic Server passivates some EJBs that have not recently been used by a client.
Attribute: MaxBeansInCache
|
Default: 1000
Configurable: yes
Readable: yes
Writable: yes
|
Idle Timeout Seconds
|
Specify the maximum length of time a stateful session EJB should remain in the cache. After this time has elapsed, WebLogic Server removes the bean instance if the number of beans in the cache approaches the limit of max-beans -in-cache. The removed bean instances are passivated.
Attribute: IdleTimeoutSeconds
|
Default: 600
Configurable: yes
Readable: yes
Writable: yes
|