Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Description:
============
When the number of users increase in the TIBCO Collaborative Information Manager (CIM) and the cache size is limited, each and every consecutive click on Browse and Search for each repository causes a delay in the search field to be displayed. This happens as the cache size for MEMBER is limited and CIM is unable to load entire member information. When the user clicks on Browse and Search, CIM is unable to find the entire member in the cache, so it tries to fetch the information from the database and load into MEMBER Cache.
Environment:
===========
TIBCO Collaborative Information Manager (CIM) 8.2.X
Symptoms:
========
User clicks on the Browse and Search Menu resulting in a delay to display all of the search field on UI.
Cause:
=====
Low configuration of MEMBER cache
Resolution:
==========
Increasing Cache Size(Increasing limit) for MEMBER Cache as follow resolves this issue. Make changes to <MQ_HOME>/config/CacheConfig.xml
<Cache>
<Name>MEMBER</Name>
<Type>distributed</Type>
<ReplicationCount></ReplicationCount>
<SingleByteObjectSize>18555</SingleByteObjectSize>
<MultiByteObjectSize>27823</MultiByteObjectSize>
<Limit>2.0</Limit>
</Cache>