vmtouch
vmtouch copied to clipboard
Default file size limit does not work
Version 1.3.1
The man page says that the default maximum file size is 500 MiB, but it accepted a file of 10 GiB without using -m in the command: $ vmtouch -tv <file> (adding -m <size> does work).
I also put several files over 500 MiB in a directory and executed: $ vmtouch -tv <directory> and it processed them all.
The program is not observing the default 500 MiB size limit at all.