I am not in favor of using android:largeHeap=“true”
,
but i would like to know how much heap size boost can i expect from using the above property in manifest.
Will it give me infinite memory as much as my app requires or is has some limit too?
My device is Moto X play, it has 192mb allocated memory. Its sufficient for my apps, but still am curious about knowing how much more heap size will largeHeap
will give me ?
If my app only uses 100mb and i have used the largeHeap="true"
will that have any disadvantages on the performance of my app. Will it effect other apps in my device, since am using only 100mb, will it still effect them.?
Does using largeHeap
has any effects on the performance on my app, if yes, will the performance be better without it or with it ?