In my app I do have a UIwebview which is behaving quite well in regards of memory management.
When I open a video that is embedded into a website (this,specifically: http://bit.ly/1jT0OSE) - memory consumption goes up to 300 MB. I dont have any influence on the contents that is being shown.
When the webview (ARc) is closed again, only a part of it seems to be fully removed from memory.
If I stop close the webview before the video is fully played, Im able to recover a large part of the memory - but the longer it plays, the worse it gets.
I tried all the tricks and tips floating around SO, especially re caching but didnt get too far yet.
Am I missing something fundamental here?