From: Winfried Angele Date: Tue, 8 Aug 2023 14:32:27 +0000 (+0200) Subject: Update max-packetcache-entries setting doc X-Git-Tag: rec-5.0.0-alpha1~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90da636c01b23ca4401451940d64e5f773d042ec;p=thirdparty%2Fpdns.git Update max-packetcache-entries setting doc Since 4.9.0, the packet cache is sharded and shared by all threads. --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 740c2e3a93..fc3f1e0c98 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1250,8 +1250,7 @@ Maximum number of simultaneous MTasker threads. - Integer - Default: 500000 -Maximum number of Packet Cache entries. Each worker and each distributor thread has a packet cache instance. -This number will be divided by the number of worker plus the number of distributor threads to compute the maximum number of entries per cache instance. +Maximum number of Packet Cache entries. Sharded and shared by all threads since 4.9.0. .. _setting-max-qperq: