Skip to content

Commit d7a60d4

Browse files
authored
Adding Hugepage as resource type
Adding resource type hugepages- as a valid resource can be requested. Hugepage is GA as of version 1.16. more info can be found https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
1 parent 94f37b6 commit d7a60d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/concepts/configuration/manage-compute-resources-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ that are much larger than the default page size.
3333

3434
For example, on a system where the default page size is 4KiB, you could specify a limit,
3535
`hugepages-2Mi: 80Mi`. If the container tries allocating over 40 2MiB huge pages (a
36-
total of 80 MiB) in total, that allocation fails.
36+
total of 80 MiB), that allocation fails.
3737

3838
{{< note >}}
3939
You cannot overcommit `hugepages-*` resources.

0 commit comments

Comments
 (0)