Do there exist ways to consume Android memory such that the VM will offload other apps? -
we want test, in our android app, behaviour when vm closes app due other applications consuming memory.
is there app simulate sort of memory-hog behaviour correctly induces right actions in android vm?
alternatively: there way cause equivalent signal while using eclipse force system pretend there's huge memory hog of app out there?
no, every application has own heap size limit , killed if oom thinks malfunctioning. if want seize memory, try in native code, out side dvm management.
Comments
Post a Comment