-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install vmtouch on Slackware? #83
Comments
Ok, I'm not sure if this is the correct way, but I did the following:
Sources: |
Hmm. Seems not to work (RAM usage was extremely high, too)
|
I'm not sure exactly the process on slackware, but if it's running and you're seeing output I guess it installed correctly. Can you please expand on why you don't believe it's working? The first command looks like you are trying to lock a 23G file in memory? And you are then checking if the first 60M are resident (which it seems they are?). |
I don't know why, but now it works. I'm not sure how, but I think I triggered a race condition somehow while testing different variantes of the command while the daemon was still crawling the file. Sadly I'm not able to reproduce it. The final result was as you see it above. Although I executed different commands, the last command returned "Resident Pages: 0/6207469 0/23G 0%" which should be "100%" or at least return the "60M" of the second command. EDIT: Hmm.. this is strange, too:
As you can see 49G is in the page cache. Now I lock it: But of 62GiB are still 60GiB available:
Isn't it possible to lock files that are already present in the RAM? Let's test it by emptying the cache: Status after cache cleaning:
Repeat crawl: Check after some minutes:
Ok, now I'm confused ^^ Let's try with
Ok, this command works and the crawled file parts were locked as well:
And I think I found another problem. This command crawls the complete file: Shoudn't it crawl only "500M" as mentioned in the manual?
|
No, I suggest not using the daemon mode during testing, it's easy to forget you have one running. |
Ok, makes sense. I mean the manual says "skip". I don't know why I thought about partial crawling. Sorry for that ^^ |
deleted |
No worries. |
Sadly I'm not able to find a tgz package and I don't know how to build one.
The text was updated successfully, but these errors were encountered: