Skip to content

Commit 685b8e0

Browse files
authored
M #: Fix wrong sample configuration for hugepages
1 parent 0b3c4b2 commit 685b8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/open_cluster_deployment/networking_setup/openvswitch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ For example, to configure default page size of **1G** and **250** hugepages with
184184
.. prompt:: bash # auto
185185

186186
# grep GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub
187-
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on default_hugepagesz=2M hugepagesz=2M hugepages=1024"
187+
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on default_hugepagesz=1G hugepagesz=1G hugepages=250"
188188

189189
# update-grub
190190

0 commit comments

Comments
 (0)