blob: d30216380b50d72e8ac113272a9284ebab9e1b5a [file] [log] [blame]
package configs
type HugepageLimit struct {
// which type of hugepage to limit.
Pagesize string `json:"page_size"`
// usage limit for hugepage.
Limit uint64 `json:"limit"`
}