diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2019-10-22 09:00:49 +0200 |
---|---|---|
committer | Miruna Paun <Miruna.Paun@enea.com> | 2019-10-24 17:40:55 +0200 |
commit | a155b20d731b3d7bceb0f3db2398690556206fcf (patch) | |
tree | e1a676ed417d370d75419076bf655a697edff066 | |
parent | ab7df8f6b0123bc39d8605ffbc96d77d8925768d (diff) | |
download | nfv-access-documentation-a155b20d731b3d7bceb0f3db2398690556206fcf.tar.gz |
Getting Started: Add a note related to hugepages reservation
Change-Id: I2ba68bf5616090d636ca490f835fabaaf7a227eb
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | 6 |
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 |
146 | node0.1048576kB = 3 </programlisting> | 146 | node0.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 | ||