]> git.ipfire.org Git - thirdparty/bind9.git/commit
Set a LMDB mapsize and also provide a config option to control it (#44954)
authorMukund Sivaraman <muks@isc.org>
Wed, 26 Apr 2017 18:13:35 +0000 (23:43 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 26 Apr 2017 18:21:26 +0000 (23:51 +0530)
commit241b49e6119eb37eebe2de98f0e8bde436074cb3
tree9de6cd4bf79ac450254a2f099b2d74839e37e4a8
parentc118d16a1c1332d6a2fb6a27866332ad9ba90c01
Set a LMDB mapsize and also provide a config option to control it (#44954)
18 files changed:
CHANGES
bin/named/config.c
bin/named/named.conf.docbook
bin/named/server.c
bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf [new file with mode: 0644]
doc/arm/Bv9ARM-book.xml
doc/misc/options
lib/bind9/check.c
lib/dns/include/dns/view.h
lib/dns/view.c
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c