qml 怎么减少内存占用

qml 如何减少内存占用我使用qml 大量的耗掉了我的内存资源我是使用m_view-rootContext()-setContextProp

qml 如何减少内存占用
我使用qml 大量的耗掉了我的内存资源
我是使用
  m_view->rootContext()->setContextProperty("view",this);
m_view->setSource(QUrl::fromLocalFile(url));
方式来将 QML 载入到Widget 上面的
文件中qml中没有使用loader 
有什么办法使得程序的内存占用减少?

[解决办法]
顶了~