Skip to content

Commit

Permalink
README.md: Add "Known Limitations" section
Browse files Browse the repository at this point in the history
Add the "Known Limitations" section, initially pointing the use of the
CONFIG_NR_CPUS=8 option in the kernel config.

Fixes: containers/crun#1057
Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 25, 2022
1 parent d1d4038 commit 481975e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ This will create a lightweight Linux VM using ```krunvm``` with the current work
make
```

## Known limitations

* To save memory, the embedded kernel is configured with ```CONFIG_NR_CPUS=8```, which limits the maximum number of supported CPUs to 8. If this kernel runs in a VM with more CPUs, only the first 8 will be initialized and used.

## License

This library bundles a Linux kernel but does not execute any code from it, acting as a mere storage format. As a consequence, this library does not constitute a derivative work of the Linux kernel. Thus, the following licenses apply:
Expand Down

0 comments on commit 481975e

Please sign in to comment.