I have some scenario where I need to handle very large file like with file size as 20 GB or more. How I can handle these file in Anypoint Studio. Any suggestion will be helpful.
1
votes
By default files are streams. So you should not have a problem. It seems that you have issue when you try to read entire file into memory like Object to String. Don't do this and it will be fine. Or describe where you have issue and, again, avoid loading object to the memory.
- Alex
Have you had any actual problems?
- LordWilmore
2 Answers
1
votes