Files
hackacad/docs/chapters/subcommands/limits.rst

25 lines
699 B
ReStructuredText
Raw Normal View History

2025-02-23 12:16:03 -07:00
limits
======
Set resourse limits for targeted jail(s).
2025-03-22 23:52:46 -06:00
To add a limit, use `bastille limits TARGET add OPTION VALUE`
2025-03-23 06:01:09 -06:00
To clear the limits from the system, use `bastille limits TARGET clear`
2025-03-21 15:09:42 -06:00
To clear the limits, and remove the rctl.conf, use `bastille limits TARGET reset`
2025-03-22 23:52:46 -06:00
To remove a limit, use `bastille limits TARGET remove OPTION`
2025-02-23 12:16:03 -07:00
.. code-block:: shell
ishmael ~ # bastille limits help
2025-03-22 23:52:46 -06:00
Usage: bastille limits [option(s)] TARGET [add OPTION VALUE|remove OPTION|clear|reset|[list|show] (active)|stats]
2025-03-23 09:04:14 -06:00
Example: bastille limits TARGET add memoryuse 1G"
2025-02-23 12:16:03 -07:00
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.