magic-script-components-react-native icon indicating copy to clipboard operation
magic-script-components-react-native copied to clipboard

Investigate the "native" memory usage issue

Open darek607 opened this issue 5 years ago • 0 comments

When switching between scenes in the Catalog app memory is constantly growing (but only the native memory, not that used by Java). It also grows on the icons scene (where new icons are loaded dynamically).

Maybe old Renderable objects are not automatically cleaned up? I think we should create and run independent AR Core project and compare if it behaves similarly. (I investigated it by attaching Android Studio Profiler tool to the running Catalog)

darek607 avatar Nov 26 '19 12:11 darek607