From 90da636c01b23ca4401451940d64e5f773d042ec Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Tue, 8 Aug 2023 16:32:27 +0200 Subject: [PATCH] Update max-packetcache-entries setting doc Since 4.9.0, the packet cache is sharded and shared by all threads. --- pdns/recursordist/docs/settings.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.47.2