-
Notifications
You must be signed in to change notification settings - Fork 584
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationnextItems in scope for the next few milestonesItems in scope for the next few milestones
Milestone
Description
Feature or enhancement request details
The documentation says "MB" or "GB", but it is parsed as MiB or GiB.
"Amount of memory in bytes, kilobytes (K), megabytes (M), or gigabytes (G) for the container, with MB granularity (for example, 1024K will result in 1MB being allocated for the container)"
let ram = try Measurement.parse(parsing: memory)
let mb = ram.converted(to: .mebibytes)
Should use "MiB" and "GiB" also in the docs, to make it more obvious.
Code of Conduct
- I agree to follow this project's Code of Conduct
jglogan
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationnextItems in scope for the next few milestonesItems in scope for the next few milestones