07-28-2016 04:02 AM
08-08-2016 01:44 PM
08-08-2016 01:44 PM
08-12-2016 03:14 AM
08-12-2016 08:24 AM
08-24-2016 04:43 AM
05-03-2017 03:32 AM
Hello, I have a similar problem. What are you talking about local cache and global cache ?
05-03-2017 03:38 AM
Exactly what I said: Alfresco uses two cache layers - one which holds the data used in the current transaction ("transaction-local") and one which is used to share data across transactions ("global"). Obviously the local one will typically hold much fewer cache entries than the global one. The global one is also the most important one for data reuse in the long run, e.g. if data has already been loaded from the DB in one transaction it will improve the performance of subsequent ones that use the same data.
05-03-2017 05:56 AM
I thank you for your help. I'm a newbie in technical admin of Alfresco. I can't solve my problem.
I have those messages in my logs:
11:35:01,696 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.personTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.personTransactionalCache' is full (1000).
2017-05-03 11:35:06,181 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (4000).
2017-05-03 11:36:01,686 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.personTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.personTransactionalCache' is full (1000).
2017-05-03 11:36:04,401 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (4000).
2017-05-03 11:37:01,883 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.personTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.personTransactionalCache' is full (1000).
2017-05-03 11:37:06,999 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (4000).
2017-05-03 11:39:31,670 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.personTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.personTransactionalCache' is full (1000).
2017-05-03 11:39:34,408 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (4000).
In found several files about cache settings:
In the alfresco-global.properties file, I have two lines
cache.userToAuthoritySharedCache.tx.maxItems=4000
cache.userToAuthoritySharedCache.maxItems=5000
In the cache.properties file, I have
04-10-2019 12:59 PM
I am also facing the following issue,
[org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] [LocalFeedGenerator1] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (100).
The issue seem to be resolved after adding the following properties.
cache.userToAuthoritySharedCache.tx.maxItems=10000
cache.userToAuthoritySharedCache.maxItems=15000
However, my question is, what is the impact of increasing the value of above properties. Will there be performance degradation?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.