mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
doc: Fix spelling
Spell check failed with: ``` [kata-spell-check.sh:275] WARNING: Word 'overcommitment': did you mean one of the following?: over commitment, over-commitment, commitment ``` So update this to pass the static checks Fixes: # Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
59ae244442
commit
a1a0543671
@ -29,7 +29,7 @@ Then you can build and install the guest kernel image as shown [here](../../tool
|
||||
|
||||
## Run a Kata Container utilizing `virtio-mem`
|
||||
|
||||
Use following command to enable memory overcommitment of a Linux kernel. Because QEMU `virtio-mem` device need to allocate a lot of memory.
|
||||
Use following command to enable memory over-commitment of a Linux kernel. Because QEMU `virtio-mem` device need to allocate a lot of memory.
|
||||
```
|
||||
$ echo 1 | sudo tee /proc/sys/vm/overcommit_memory
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user