mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Implements automatic ballooning
This commit is contained in:
parent
1184fa3d7e
commit
2dae4eb5a3
2 changed files with 70 additions and 0 deletions
11
README.md
11
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue