Skip to content

Commit bbff335

Browse files
committed
Update huge pages documentation
Signed-off-by: Marcin Franczyk <[email protected]>
1 parent 59f89da commit bbff335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/customization-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,9 @@ The following features are available for matching:
966966
| | | **`node_count`** | int | Number of NUMA nodes |
967967
| **`memory.swap`** | attribute | | | Swap enabled on node |
968968
| | | **`enabled`** | bool | `true` if swap partition detected, `false` otherwise |
969-
| **`memory.hugepages`** | attribute | | | Discovery of huge pages size on node |
970-
| | | **`enabled`** | bool | `true` if huge pages size has been configured, otherwise `false` |
971-
| | | **`hugepages-<page-size>`** | bool | `true` if the corresponding huge page size is enabled (e.g., `hugepages-2Mi`), the attribute is absent if not enabled |
969+
| **`memory.hugepages`** | attribute | | | Discovery of supported huge pages size on node |
970+
| | | **`enabled`** | bool | `true` if total number of huge pages (of any page size) have been configured, otherwise `false` |
971+
| | | **`hugepages-<page-size>`** | string | total number of huge pages (e.g., `hugepages-1Gi=16`) |
972972
| **`network.device`** | instance | | | Physical (non-virtual) network interfaces present in the system |
973973
| | | **`name`** | string | Name of the network interface |
974974
| | | **`<sysfs-attribute>`** | string | Sysfs network interface attribute, available attributes: `operstate`, `speed`, `sriov_numvfs`, `sriov_totalvfs` |

0 commit comments

Comments
 (0)