diff --git a/docs/tasks/manage-hugepages/scheduling-hugepages.md b/docs/tasks/manage-hugepages/scheduling-hugepages.md index e812f65d57..ac2ed56522 100644 --- a/docs/tasks/manage-hugepages/scheduling-hugepages.md +++ b/docs/tasks/manage-hugepages/scheduling-hugepages.md @@ -68,12 +68,14 @@ spec: than the pod request. - Applications that consume huge pages via `shmget()` with `SHM_HUGETLB` must run with a supplemental group that matches `proc/sys/vm/hugetlb_shm_group`. +- Huge page usage in a namespace is controllable via ResourceQuota similar +to other compute resources like `cpu` or `memory` via the `hugepages-` +token. ## Future - Support container isolation of huge pages in addition to pod isolation. - NUMA locality guarantees as a feature of quality of service. -- ResourceQuota support. - LimitRange support. {% endcapture %}