android - iOS equivalent to increasing heap size -


ios apps (for part) written in objective-c, subset of c, , therefore data managed language, unlike android/java.

in android, have ability increase heap size adding 1 line in xml android manifest:

<application android:largeheap="true"/> 

is there ios version doing this?

well in ios don't have control on memory.

it managed kernel. cannot increase heap size.

as pointed out in comments, memory management has different notion in ios.

you many memory available if app uses memory killed system.

now explained goal, shouldn't download large files memory, cause trouble. instead should save directly disk response.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -