diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-19 10:56:16 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-19 11:10:25 +0100 |
commit | 4d8d81f144e72fe2e182d7569087f2a8c8c5b938 (patch) | |
tree | 2b9fae3a99e9e4abe362a90ad521e16063e5fba5 /doc | |
parent | 59a5bf18f997e11a3e3ddd70d59f597f77fa2b6c (diff) |
Table prune routine doesn't walk over lists unless needed.
If no channel is flushing, table prune doesn't walk over routes in nets
and also doesn't walk over importing channel lists. This helps to
alleviate the memory caching burdens a lot.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index f8be53f6..3675d2e8 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -697,7 +697,7 @@ to set options. thresholds; first value is the low threshold (when to resume), the second one is the high threshold (when to pause). The higher is the threshold, the more memory can get used. In most cases, the defaults - should work for you. Default: 128, 512. + should work for you. Default: 1024 8192. <tag><label id="rtable-export-settle-time">export settle time <m/time/ <m/time/</tag> Minimum and maximum settle times, respectively, for export announcements. |