Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Android app that 'eats' the RAM memory [closed]

I know this sound crazy but is not :)

I have an application that gets killed when run on mobile phones that have low ram memory. To test this app I need something that 'eats' the RAM, I do this so far by starting a lot of games , opening apps , pressing home button and on just to eat the RAM memory...

So I thing it is stupid to waste 10-20 minutes just to fill the RAM memory with 'garbage' and maybe there is way to do this with some other dummy app that I will use just to 'eat' the RAM memory on the phone , so my other app will get killed by android system...

Does anybody have this problem so far ? and is it possible to do this with one app ? Is it possible to eat a lot of ram memory just from one application ?

Thanks

like image 306
Lukap Avatar asked Feb 27 '13 09:02

Lukap


1 Answers

Faced with same problem (need to fill RAM memory on device until my application die) By chance found a program in google market for that :) https://play.google.com/store/apps/details?id=me.empirical.android.application.fillmemory

like image 69
user2919980 Avatar answered Sep 25 '22 16:09

user2919980