diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 09:13:20 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 09:13:20 +0100 |
commit | 1c7df2c24029d6721745b99fd4137935db03e257 (patch) | |
tree | b0b5e1ab704e1744d90c195a30ab51c74133ffc6 /doc | |
parent | 1740ff57e8ea05d7d9f15d1a6830ce42add3e4bd (diff) |
Revert "Multipage allocation"
This reverts commit 6cd37713781a3092f8166b2178fae35cbfec1e28.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index ddad4d98..39dadaf2 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -145,13 +145,6 @@ BIRD executable by configuring out routing protocols you don't use, and <p>You can pass several command-line options to bird: <descrip> - <tag><label id="argv-block">-B <m/exp/</tag> - allocate memory using 2^<cf/exp/ byte sized blocks; - if you're expecting high memory load, raise this to - reduce number of allocated memory pages. For a million routes - in one table, the recommended setting is 18. - Default is your system page size, typically 12 for 4096 bytes. - <tag><label id="argv-config">-c <m/config name/</tag> use given configuration file instead of <it/prefix/<file>/etc/bird.conf</file>. |