[midPoint-git] [Evolveum/midpoint] 72c9f8: Reduce heap usage in cache.searchObjectsIterative
mederly
noreply at github.com
Wed May 13 12:37:57 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 72c9f88f3f2d65172d4fd6d97e57574b36c56be5
https://github.com/Evolveum/midpoint/commit/72c9f88f3f2d65172d4fd6d97e57574b36c56be5
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/CachingResultHandler.java
M repo/repo-cache/src/test/java/com/evolveum/midpoint/repo/cache/TestRepositoryCache.java
Log Message:
-----------
Reduce heap usage in cache.searchObjectsIterative
Clears objects-to-be-cached list after a limit of 100 objects is
reached; in a way similar to 7d20d98d51341b248af1102748395d7f75d47eb5.
This should reduce heap usage, although in rather minor way.
More information about the midPoint-svn
mailing list