Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
6.5.7
-
None
Description
While investigating memory usage when using PLY Model with Qt Quick 3D, I found the problem in the title.
Qt6.8.0 looks like it releases memory when the Model is unloaded, so please fix this in Qt6.5 and Qt5.15 as well, if possible.
The environment is as follows
Environment | Value |
---|---|
OS | Windows 11 |
Qt | 5.15.17 MSVC 2019 Qt6.5.6 MSVC 2019 Qt6.8.0 MSVC 2022 |
The operations investigated for memory usage are as follows
- Launch the application.
- Repeat `Load`/`Unload` of `main.qml(Window)` three times.
- After `Load` of `main.qml(Window)`, repeat `Unload` three times after the following operations.
- Repeat `Load`/`Unload` of `DisplayArea3D(including View3D)` three times.
- After `Load` of `main.qml(Window)`, repeat `Unload` three times after the following operations.
- After `Load` of `DisplayArea3D (including View3D)`, repeat `Unload` three times after the following operations.
- Repeat `Load`/`Unload` of `PLY Model` 3 times.
- After `Load` of `DisplayArea3D (including View3D)`, repeat `Unload` three times after the following operations.