From 282066ee298055b4281adf4fffd21462f41f6fe9 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 19 Jun 2024 16:19:04 +0200 Subject: [PATCH] Moved the cork thresholds massively up This allows for more efficient import and export bundling, including best route export and next hop resolution. --- doc/bird.sgml | 3 ++- nest/rt-table.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index b5136053..5e48e342 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -784,7 +784,8 @@ 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: 1024 8192. + should work for you but if you experience memory bloating on import + surges, this knob is the first to turn down. Default: 333300 1011010.