Doug Hoyte
Doug Hoyte
Interesting idea, thanks for the suggestion and pull-request. It's basically a rate-limit on how much memory should be touched per second right? I'll try to give the code a review...
Yes, you're right vmprobe does that, although I'd like to backport the feature to vmtouch since it is much more widely used. Let's leave this open and hopefully I (or...
Yes I agree, unfortunately I don't really want to change vmtouch's output at this point since I know some people parse its output with scripts and I don't want to...
Good point, it looks pretty terrible like that :+1:
It's a shame there's no standardised interface for this. I don't like to have different features supported on different platforms (beyond the virtual memory capabilities provided by the OS of...
Hey, sorry for the delay! Good questions. > When a file is locked and the file is then changed on the disk what does the OS see? The file’s original...
Hey sorry was just going through my backlog and noticed I forgot to reply: >> Will doing a lot of small, or single file, vmtouch commands cause significantly overhead as...
Not exactly the same, but you can choose a range of the file to evict with `-p`. For example, suppose you had a 100M file, you could run: vmtouch -e...
It is possible, but it seems like it conflicts with #34 . If I tag with `vmtouch-1.1.0` then it creates `vmtouch-1.1.0.tar.gz` (good) but extracts to `vmtouch-vmtouch-1.1.0/` (bad). If I tag...
Hi! Most likely yes. If you paste the exact error it would help confirm. There are some more details on this resource limit described here: https://github.com/hoytech/vmtouch/blob/master/TUNING.md