containerd/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go
heartlock 73fbe90c5b update vendor
Signed-off-by: heartlock <21521209@zju.edu.cn>
2017-06-09 15:42:13 +08: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"`
}