webgl - Android GL memory in heap -


when run "adb shell dumpsys meminfo " on nexus 5 running lollipop im seeing huge amount of memory getting used in private dirty pss of 'gl' app webview based app, not running webgl/opengl . after few minutes clicking around in app crash, on nexus 5 running lollipop, no log messages indicating happened. suspect oom error happening cause gl memory in heap im not sure why happening, , why other devices run app without problem. question why heap large on device , can empty heap space?

the gl heap space gets 177116 , total pss 539058


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -