mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 14:24:27 +01: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:
@@ -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`
|
## 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
|
$ echo 1 | sudo tee /proc/sys/vm/overcommit_memory
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user