Skip to content

Commit

Permalink
Addressing review comments
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed May 21, 2024
1 parent cd2c037 commit 9e60475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/using_dpdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A machine running Ubuntu 22.04 with the following resources:

### Enable HugePages

As a `root` user, update the Grub to enable 2 * 1Gi HugePages in the host machine. Then, the host is gracefully rebooted to activate the settings.
As a `root` user, update Grub to enable 2 * 1Gi HugePages in the host machine. This is followed by a graceful reboot to activate the settings.

```shell
sudo sed -i "s/GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX='default_hugepagesz=1G hugepages=2'/" /etc/default/grub
Expand Down

0 comments on commit 9e60475

Please sign in to comment.