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.
<tag><label id="rtable-export-settle-time">export settle time <m/time/ <m/time/</tag>
Minimum and maximum settle times, respectively, for export announcements.
c->addr_type = addr_type;
c->gc_threshold = 1000;
c->gc_period = (uint) -1; /* set in rt_postconfig() */
- c->cork_threshold.low = 1024;
- c->cork_threshold.high = 8192;
+ c->cork_threshold.low = 333300;
+ c->cork_threshold.high = 1011010;
c->export_settle = (struct settle_config) {
.min = 1 MS,
.max = 100 MS,