Update scheduling-hugepages.md

This commit is contained in:
Qiming 2018-01-06 12:00:28 +08:00 committed by GitHub
parent 05c33c6cec
commit 59e7617d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ spec:
- 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-<size>`
to other compute resources like `cpu` or `memory` using the `hugepages-<size>`
token.
## Future