mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 09:54:22 +01:00
in TestHandleHugepages. On s390x, hugepage sizes must be set at boot, so test with any that are present (default is 1M). Depends-on: github.com/kata-containers/kata-containers#3770 Fixes: #3763 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
bytefmt
Note: This repository should be imported as code.cloudfoundry.org/bytefmt.
Human-readable byte formatter.
Example:
bytefmt.ByteSize(100.5*bytefmt.MEGABYTE) // returns "100.5M"
bytefmt.ByteSize(uint64(1024)) // returns "1K"
For documentation, please see http://godoc.org/code.cloudfoundry.org/bytefmt
Reporting issues and requesting features
Please report all issues and feature requests in cloudfoundry/diego-release.