Man page - limit-medium(1)
Packages contas this manual
- lsmod-deterministic(8)
- ld-system-preload-disable(8)
- anon-consensus-del(8)
- dummy-dependency(8)
- dpkg-noninteractive(8)
- leaktest(8)
- apparmor-watch(8)
- upgrade-nonroot(8)
- str_replace(1)
- stdisplay(1)
- unicode-show(1)
- limit-low(1)
- apt-get-noninteractive(8)
- limit-medium(1)
- chmod-calc(1)
- apparmor-info(8)
- pwchange(8)
apt-get install helper-scripts
Manual
| LIMIT-LOW(1) | helper-scripts Manual | LIMIT-LOW(1) |
NAME
limit-low - start application with limited low system resources wrapper
SYNOPSIS
limit-low application parameters
DESCRIPTION
Wrapper around systemd-run setting systemd-run parameters to run an application with limited system resources.
Available are limit-low and limit-medium. Perhaps in future other wrappers as well.
RETURN VALUES
Same as wrapped application.
EXAMPLES
run system resources limited application as user:
limit-low stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
run system resources limited application as root:
sudo limit-low stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
use inside pipes:
echo a | limit-low grep a
interactive use:
limit-low nano file-name
Website
https://forums.whonix.org/t/constrained-system-resources-program-starter-wrapper/10914
AUTHOR
This man page has been written by Patrick Schleizer (adrelanos@whonix.org).
| January 2020 | helper-scripts |