Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I created an empty project in android. Then I ran it with an emulator that has hardware acceleration. 50% is already allocated. and of those the smallest free chunk of memory is a measly 174 KB. Why is this? | |||
Because the VM hasnt allocated more. If your memory footprint grows so will your heap size. If I remember correctly hardware acceleration also pulls some part of the renderer into your process which is why as much as 2.5 MB is already used.
http://www.extremetech.com/computing/107995-the-truth-about-hardware-acceleration-on-android | ||||
lang-java
.
stackoverflow.comm
No comments:
Post a Comment