bind9/bin
Michał Kępień 4292d5bdfe Set "max-cache-size" in the "geoip2" system test
The named configuration files used in the "geoip2" system test cause a
rather large number of views (6-8) to be set up in each tested named
instance.  Each view has its own cache.

Commit e24bc324b4 caused the RBT hash
table to be pre-allocated to a size derived from "max-cache-size", so
that it never needs to be rehashed.  The size of that hash table is not
expected to be significant enough to cause memory use issues in typical
conditions even for large "max-cache-size" settings.

However, these two factors combined can cause memory exhaustion issues
in GitLab CI, where we run multiple "instances" of the test suite in
parallel on the same runner, each test suite executes multiple system
tests concurrently, and each system test may potentially start multiple
named instances at the same time.  In practice, this problem currently
only seems to be affecting the "geoip2" system test, which is failing
intermittently due to named instances used by that test getting killed
by oom-killer.

Prevent the "geoip2" system test from failing intermittently by setting
"max-cache-size" in named configuration files used in that test to a low
value in order to keep memory usage at bay even with a large number of
views configured.
2020-08-05 10:38:06 +02:00
..
check Text edits to manual paages 2020-07-02 10:35:58 +02:00
confgen use 'tsig-keygen' as the primary name for the tool 2020-07-06 01:41:52 -07:00
delv Text edits to manual paages 2020-07-02 10:35:58 +02:00
dig Text edits to manual paages 2020-07-02 10:35:58 +02:00
dnssec Text edits to manual paages 2020-07-02 10:35:58 +02:00
named Add CHANGES and release notes for GL #1712 and GL #1829 2020-08-04 10:51:09 +02:00
nsupdate use 'tsig-keygen' as the primary name for the tool 2020-07-06 01:41:52 -07:00
pkcs11 Text edits to manual paages 2020-07-02 10:35:58 +02:00
plugins Text edits to manual paages 2020-07-02 10:35:58 +02:00
rndc use an isc_task to execute rndc commands 2020-07-13 13:16:53 -07:00
tests Set "max-cache-size" in the "geoip2" system test 2020-08-05 10:38:06 +02:00
tools Text edits to manual paages 2020-07-02 10:35:58 +02:00
win32/BINDInstall use 'tsig-keygen' as the primary name for the tool 2020-07-06 01:41:52 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00