summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <Adrian.Dudau@enea.com>2019-10-25 11:24:09 +0200
committerGerrit Code Review <gerrit2@sestogerrit02>2019-10-25 11:24:09 +0200
commit885127884678d8873f1289ab10b2b8886fe798e1 (patch)
tree1ec1819b0b652b6d5644fccbddb815e7677967a6
parent0216c55776fc24f5b2cc2ddf12518acb2999ed2e (diff)
parenta155b20d731b3d7bceb0f3db2398690556206fcf (diff)
downloadnfv-access-documentation-885127884678d8873f1289ab10b2b8886fe798e1.tar.gz
Merge "Getting Started: Add a note related to hugepages reservation" into rocko
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml
index f048897..160190f 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml
@@ -144,6 +144,12 @@
144 144
145 <programlisting>node0.2048kB = 512 145 <programlisting>node0.2048kB = 512
146node0.1048576kB = 3 </programlisting> 146node0.1048576kB = 3 </programlisting>
147
148 <note>
149 <para>Make sure there are no hugepages reserved in the kernel boot
150 command line, these will override any manual configuration done
151 in the service.</para>
152 </note>
147 </section> 153 </section>
148 </section> 154 </section>
149 155