Use no caching mode for copy/move(=copy to a new media and remove) files operations #2194
Labels
area: core
Issues not related to a specific subsystem
prio: medium
Has the potential to affect progress
Milestone
Important
This issue was migrated from Trac:
birdie
(aros@….com)gotar@….pl
For file(s) copy operation, please, consider using Linux syscall madvise()/fadvise() with DONTNEED parameter not to clog system RAM with unnecessary file caching. In absolutely most circumstances you copy file but you don't want these files to be cached.
Something like:
[X] Don't cache files being copied
PS This option does apply to "Move file(s)" operation when a new destination is a different media/FS/VFS.
The text was updated successfully, but these errors were encountered: