diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-09-02 12:33:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-02 12:33:07 +0000 |
commit | 6a56d40bcb2de85c22bc19af2527e9c9227f33e2 (patch) | |
tree | a96dd01b0ff84432b7581623b991536fde7e5694 /docs/configguide/installation.rst | |
parent | 695f734862c884d09c24b54d8d2914b3816837f2 (diff) | |
parent | c9cd093f2f441adc9dd33627255326008e021a67 (diff) |
Merge "multi VM: Multi VMs in serial or parallel"
Diffstat (limited to 'docs/configguide/installation.rst')
-rwxr-xr-x | docs/configguide/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst index eeefe75d..2f3faaeb 100755 --- a/docs/configguide/installation.rst +++ b/docs/configguide/installation.rst @@ -169,12 +169,12 @@ hugepage amounts to support running these configurations. It is recommended to configure 1GB hugepages as the pagesize. The amount of hugepages needed depends on your configuration files in vsperf. -Each guest image requires 4096 MB by default according to the default settings +Each guest image requires 2048 MB by default according to the default settings in the ``04_vnf.conf`` file. .. code:: bash - GUEST_MEMORY = ['4096', '4096'] + GUEST_MEMORY = ['2048'] The dpdk startup parameters also require an amount of hugepages depending on your configuration in the ``02_vswitch.conf`` file. |