Skip to content

Commit 28710dd

Browse files
committed
doc: MiB is mebibytes/1024*1024
The doc is using 'mibibytes', and 1024*1024*1024, this commit fixes both issues, and adds a link to the wikipedia article. This fixes #176 Signed-off-by: Christophe Fergeau <[email protected]>
1 parent e71d689 commit 28710dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Number of virtual CPUs (vCPU) available in the VM. It defaults to 1 vCPU.
3030

3131
- `--memory`
3232

33-
Amount of memory available in the virtual machine. The value is in MiB (mibibytes, 1024 * 1024 * 1024 bytes), and the default is 512 MiB.
33+
Amount of memory available in the virtual machine. The value is in MiB ([mebibytes](https://simple.wikipedia.org/wiki/Mebibyte), 1024 * 1024 bytes), and the default is 512 MiB.
3434

3535
### Time Synchronization Configuration
3636

0 commit comments

Comments
 (0)