paunch/releasenotes/notes/add-ulimit-option-30dbd3804...

9 lines
266 B
YAML

---
features:
- |
Add `--ulimit=xxx` option for paunch run action. Using
this option, multiple ulimits can be set for the container.
For example, `--ulimit=nproc=1024 --ulimit=nofile=1024` will
set proc and nofile limit to 1024 for the container.