I'm just point out the obvious, but should it not be more user friendly to have an option or even logic hidden from user to switch the copy mode automatically depending on file size?ghisler(Author) wrote:Total Commander 7.5x is using a standard Windows function (CopyFileEx) for copying. This function maps the file into memory, and it seems that Windows can use almost the entire memory for that purpose. To my knowledge, there is no way to limit this memory.
Total Commander does offer a special big file copy mode, where the disk cache is bypassed. You can enable it in Configuration - Options - Copy/Delete. For normal every day copying it's slower, though.
I am sure there are other things to consider, but this seems quite straight forward?