Implements automatic ballooning

This commit is contained in:
Mikhail Klementev 2018-07-12 20:00:57 +00:00
parent 1184fa3d7e
commit 2dae4eb5a3
2 changed files with 70 additions and 0 deletions

View file

@ -66,6 +66,17 @@ Default hotkey to release cursor: ctrl+alt.
$ appvm stop chromium
## Automatic ballooning
Add this command:
$ appvm autoballoon
to crontab like that:
$ crontab -l
* * * * * /home/user/dev/go/bin/appvm autoballoon
# App description
$ cat nix/chromium.nix