vmtouch icon indicating copy to clipboard operation
vmtouch copied to clipboard

Default file size limit does not work

Open MassiveLotion opened this issue 5 years ago • 0 comments

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.

MassiveLotion avatar Aug 28 '20 13:08 MassiveLotion