Replies: 1 comment 3 replies
-
Given you've not preloaded your entire file to a MemoryStream before feeding it to ATL, the answer is no. That being said, under certain circumstances, ATL may load large chunks of your file into RAM during editing to optimize I/O performance. If you have RAM issues, you can completely disable that behavior using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to know if when I read a file from a stream, it doesn't go into RAM all at once like a normal stream. For example, if I edit a 200 MB file, does the entire file go into RAM at the moment of editing?
Beta Was this translation helpful? Give feedback.
All reactions