You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
MassiveLotion
changed the title
Discrepency between man page and program
Discrepancy between man page and program
Aug 28, 2020
MassiveLotion
changed the title
Discrepancy between man page and program
Default file size limit does not work
Sep 4, 2020
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.
The text was updated successfully, but these errors were encountered: