Set a LMDB mapsize and also provide a config option to control it (#44954)

(cherry picked from commit 241b49e611)
This commit is contained in:
Mukund Sivaraman
2017-04-26 23:43:35 +05:30
parent b5f1f8f06e
commit 3b38e4b834
18 changed files with 245 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
/*
* Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
options {
lmdb-mapsize unlimited;
};