diff --git a/source/java/org/alfresco/repo/cache/TransactionalCache.java b/source/java/org/alfresco/repo/cache/TransactionalCache.java index c7682c97fc..1eb1a6b283 100644 --- a/source/java/org/alfresco/repo/cache/TransactionalCache.java +++ b/source/java/org/alfresco/repo/cache/TransactionalCache.java @@ -188,8 +188,8 @@ public class TransactionalCache { data = new TransactionData(); // create and initialize caches - data.updatedItemsCache = new LRUMap(maxCacheSize); - data.removedItemsCache = new HashSet(maxCacheSize * 2); + data.updatedItemsCache = new LRUMap(17); + data.removedItemsCache = new HashSet(13); // ensure that we get the transaction callbacks as we have bound the unique // transactional caches to a common manager