Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
16.10.8
-
Unknown
-
Description
There are two important problems that a lot of extension job history can cause at DefaultExtensionJobHistory level:
- they are all fully loaded in memory and there is no maximum size, so if there is a lot of extension related activity, you will quickly have memory problems
- they are all loaded at startup in a blocking listener, so it could slow down XWiki startup quite a lot eventually