Answer the question
In order to leave comments, you need to log in
Does Windows use RAM when copying files?
I noticed that sometimes, when interacting with files immediately after copying them, the interaction goes too fast. Also, when copying from a fast disk to a slow one (SSD->HDD), reading files ends before they are written.
Do I understand correctly that the file system stores the last data affected by it in an unclaimed part of RAM for some time?
Answer the question
In order to leave comments, you need to log in
Copying is reading and writing the contents of files. Disks do not know how to independently transfer data bypassing RAM. It is quite natural that the data remains in the file cache with some probability. But at the expense of lack of demand, everything is not so simple here, because data from some file may turn out to be more necessary for the memory of some application. In this case, the kernel can throw it into the swap, and store the cache of files in memory. Unfortunately, the situation when the OS incorrectly prioritizes is quite common and tens of gigabytes of memory is not a panacea for this problem at all.
reading files ends before writing them
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question