Document reclaiming RAM by moving the image to swap

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-17 17:43:01 -06:00
parent efcd042131
commit 1fd8b65ebf
4 changed files with 228 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Document reclaiming RAM by moving the image to swap
- New `--partwipe` flag for profile and node set
- Updated arguments for `ValidString` to match `regexp.MatchString`
- New `mig` overlay to configure NVIDIA MIG devices. #2102