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
But I found out that the second command does not append the crawled range to the already locked file. Instead it seems to overwrite the existing one. I mean not really. I have still two different processes for the same file:
Is there an other combination of commands/flags possible that allows me to lock both file parts?
The text was updated successfully, but these errors were encountered:
mgutt
changed the title
Is it possible to crawl/lock different ranges of one file?
Is it possible to crawl multiple ranges and append them to one locked file?
Oct 14, 2020
This works to preload head and tail of one file, but it is not persistent:
Now I tried the same through vmtouch as follows:
But I found out that the second command does not append the crawled range to the already locked file. Instead it seems to overwrite the existing one. I mean not really. I have still two different processes for the same file:
ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n | grep vmtouch
Is there an other combination of commands/flags possible that allows me to lock both file parts?
The text was updated successfully, but these errors were encountered: