Man page - limit-low(1)

Packages contas this manual

Manual

LIMIT-LOW(1) helper-scripts Manual LIMIT-LOW(1)

limit-low - start application with limited low system resources wrapper

limit-low application parameters

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.

Same as wrapped application.

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

https://forums.whonix.org/t/constrained-system-resources-program-starter-wrapper/10914

This man page has been written by Patrick Schleizer (adrelanos@whonix.org).

January 2020 helper-scripts