How to release resources
Since the memory used is very high now, we need to release sources in some case. In the
documentation of kanzi 3.6.20.22, I found that ResourceManager::purge can be used to
release resources which are not used.
1. Does “not used” mean never be referenced by any node? How to understand “not used”?
2. Can ResourceManager::purge be used in both 2D and 3D nodes?
3. How to release the resources used in 2D or 3D nodes, especially 3D nodes? Could you introduce some methods?
Thank you very much.
-
Hi,
"Not Used" means that there are no current nodes on the screen that are being used by the HMI. It is possible to purge 2d and 3d nodes.
Not Used refers to nodes that are on inactive pages, or exist in activities that are not currently being utilized by the HMI.0
Please sign in to leave a comment.
Comments
1 comment