diff options
author | Dave Barach <dave@barachs.net> | 2020-02-21 17:31:17 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-02-23 17:48:53 +0000 |
commit | 2fef3dfa5cd916baf346369e47be468e7887904b (patch) | |
tree | 8c759d0aa2073b940d16860698a5e8677fdae392 /docs | |
parent | 487507f40f4e443ff1e683641206db80875f3477 (diff) |
vppinfra: deprecate CLIB_VEC64
Type: refactor
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Id1e7c0926036db4601c91438397ceed22381fc07
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gettingstarted/users/configuring/startup.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index 51a22f08c55..f4392516399 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -1054,9 +1054,7 @@ much of anything else. heapsize <n>M | <n>G ^^^^^^^^^^^^^^^^^^^^ -Specifies the size of the heap in MB or GB. The default is 1GB. Setting the -main heap size to 4GB or more requires recompilation of the entire system -with CLIB_VEC64 > 0. See .../clib/clib/vec_bootstrap.h. +Specifies the size of the heap in MB or GB. The default is 1GB. .. code-block:: console |