1
0
mirror of https://github.com/rancher/os.git synced 2025-08-13 20:36:36 +00:00
os/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go
2016-06-06 08:08:00 -07:00

10 lines
180 B
Go

package configs
type HugepageLimit struct {
// which type of hugepage to limit.
Pagesize string `json:"page_size"`
// usage limit for hugepage.
Limit uint64 `json:"limit"`
}