diff options
author | Yulong Pei <yulong.pei@intel.com> | 2018-11-23 17:37:52 +0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-11-23 11:44:26 +0000 |
commit | 2a7b546fb05ecf5871350eca1f8fc6016c2d4ca8 (patch) | |
tree | 82fb0c35cdb9c7b747edfac90010e5d702978f10 /docs/gettingstarted/users | |
parent | 9b0ce0215b6e699851a3b54fb2a7003800ca53e4 (diff) |
doc: delete wrong description since VPP support 1G hugepage
Change-Id: Ib673f8059f47d8e2e86ad810a354ddf630f557cf
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Diffstat (limited to 'docs/gettingstarted/users')
-rw-r--r-- | docs/gettingstarted/users/configuring/hugepages.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gettingstarted/users/configuring/hugepages.rst b/docs/gettingstarted/users/configuring/hugepages.rst index da812e37048..3019a203c79 100644 --- a/docs/gettingstarted/users/configuring/hugepages.rst +++ b/docs/gettingstarted/users/configuring/hugepages.rst @@ -4,9 +4,9 @@ Huge Pages ---------- VPP requires *hugepages* to run during VPP operation, to manage large pages of memory. -During VPP installation, VPP will overwrite the existing hugepage settings. By -default, VPP sets the number of hugepages on a system to 1024 2M hugepages (1G hugepages -are no longer supported). This is the number of hugepages on the system, not just used by VPP. +During VPP installation, VPP will overwrite the existing hugepage settings. +By default, VPP sets the number of hugepages on a system to 1024 2M hugepages. +This is the number of hugepages on the system, not just used by VPP. When VPP is installed, the following configuration file is copied to the system. The hugepage settings are applied in the VPP installation and on system reboots. To set |