]> git.ipfire.org Git - thirdparty/pdns.git/commit
Disable read ahead in LMDB.
authorMiod Vallat <miod.vallat@open-xchange.com>
Wed, 12 Feb 2025 11:45:27 +0000 (12:45 +0100)
committerMiod Vallat <miod.vallat@open-xchange.com>
Wed, 12 Feb 2025 11:48:06 +0000 (12:48 +0100)
commit2eaf1e25e42dac6a9d2d62030d220a66fe3c8845
tree2f3ef984cb0cfe855dbc51d4ce640d3e05750cb1
parent7eb16fe1708758f12958e9ecf46c6b70a431a4f2
Disable read ahead in LMDB.

This contributes to not degrading performance too much when the system
memory is almost completely used, by preventing page thrashing due to
the read ahead behaviour of the system.
modules/lmdbbackend/lmdbbackend.cc