Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.1, 5.7.1, 5.8.0, 5.12
-
Windows 10, ArchLinux (gcc, clang)
-
-
69d76d59cec0dcff4c52eef24e779fbef14beeca (qt/qtdeclarative/5.12) d8110b53ed9ee4d69b92e602e812c6311c1b863b
Description
Whenever a new Geometry object (with its name) is added, a dynamic property is added to the used JSObject and when Geometry object is removed, the corresponding dynamic property is also removed.
when dealing with thousands of objects, the memory consumption is huge (magnitude of GBs)
Attached example reproduces it:
when this little example starts it takes around 600mb of memory and when it destroy (mouse click on window) memory consumption keeps going up and up until it runs out of the memory.
Using it as simple array keeps the memory consumption around 50mb only.
Attachments
Issue Links
- resulted in
-
QTBUG-91687 QML fails to run benchmarks in qmlbench's v8bench directory
- Closed