Memrescue
1.0.0
Memrescue keeps your Linux desktop fast and responsive by proactively killing programs using too much memory and clearing swap/caches as needed.
You can install Memrescue using make:
$ make
$ sudo make installThen, you can make it start on boot with systemd:
$ systemctl enable memrescue # Add --now to also start it immediatelyYou can uninstall Memrescue using make:
$ sudo make uninstallThis will also disable and stop memrescue.service.
If you enabled memrescue.service, update with sudo make update to recompile Memrescue and restart the service. Otherwise, use sudo make install.
$ sudo memrescueYou can edit any of the options in config.hpp. However, you will need to compile Memrescue again, as if you are updating it.