crc-org / vfkit

Apache License 2.0
123 stars 24 forks source link

Wrong size of unit mentioned in the resources #176

Closed afbjorklund closed 2 weeks ago

afbjorklund commented 1 month ago

https://github.com/crc-org/vfkit/blob/main/doc/usage.md#virtual-machine-resources

The value is in MiB (mibibytes, 1024 1024 1024 bytes), and the default is 512 MiB.

I think that would make it a GiB ?

And that a MiB is "only" 1024 * 1024

cfergeau commented 3 weeks ago

And MiB is mebibytes, not mibibytes. I've fixed both issues