summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
index f9558b2..9e574f6 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_nfv_access.xml
@@ -603,28 +603,29 @@ run</programlisting>
603 603
604 <programlisting> hugepage_setup = auto 604 <programlisting> hugepage_setup = auto
605 threshold_to_use_1g = 8192 605 threshold_to_use_1g = 8192
606 percent_os_alloc = 50 606 percent_os_alloc = 30
607 maximum_os_alloc_mb = 1024</programlisting> 607 maximum_os_alloc_mb = 2048</programlisting>
608 608
609 <para>The following possible allocations could result (based on total 609 <para>The following possible allocations could result (based on total
610 system memory available):</para> 610 system memory available):</para>
611 611
612 <itemizedlist> 612 <itemizedlist>
613 <listitem> 613 <listitem>
614 <para>2GB of memory: 1024MB allocated for OS and 1024MB allocated as 614 <para>2GB of memory: approximately 30% will be allocated for the OS
615 2MB hugepages.</para> 615 and the rest will be allocated as 2MB hugepages.</para>
616 </listitem> 616 </listitem>
617 617
618 <listitem> 618 <listitem>
619 <para>4GB of memory: 1024MB allocated for OS and 3072MB allocated as 619 <para>4GB of memory: approximately 30% will be allocated for the OS
620 2MB hugepages.</para> 620 and the rest will be allocated as 2MB hugepages.</para>
621 </listitem> 621 </listitem>
622 622
623 <listitem> 623 <listitem>
624 <para>16GB of memory: 2GB allocated for OS and 14GB as 1GB 624 <para>16GB of memory: 2GB allocated for OS and the rest as 1GB Hugepages.</para>
625 hugepages.</para>
626 </listitem> 625 </listitem>
627 </itemizedlist> 626 </itemizedlist>
627 <note><para>The memory allocated for the kernel and hugepages might
628 vary slightly depending on how much memory is available.</para></note>
628 </section> 629 </section>
629 630
630 <section id="hugepage_customizing_man"> 631 <section id="hugepage_customizing_man">