In my app, I fetching data from the server in the form of JSON. The data is around 1.5 MB. The app works but sometimes it crashes while fetching data from server giving Out
If you do not have enough memory to store your string you can: free some memory, reduce memory consumtion and do not store string in memory.
In your case you need:
Options: