Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.15.1
-
Fix Version/s: 6.1.0 Alpha, 6.1
-
Component/s: QML: Compiler
-
Platform/s:
-
Commits:7660c30e08975011c7bd47bcb1796139b9d77196
Description
When creating a QQmlComponent from a file and then deleting it and clearing the cache afterwards, it keeps the loaded cache file in memory so it ends up using a lot of memory due to mapped files. This can be observed using the VMMap too and ensuring Options->Show Free and Unusable Regions is turned on.