github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/hugepage_limit.go (about) 1 package configs 2 3 type HugepageLimit struct { 4 // which type of hugepage to limit. 5 Pagesize string `json:"page_size"` 6 7 // usage limit for hugepage. 8 Limit uint64 `json:"limit"` 9 }