From 6b149d09cde3fc3a1c48ba67fbb13a5c8da92947 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 6 Feb 2014 13:33:18 +0100 Subject: [PATCH] _actually_ raise the limit to the max if impossible to fit within the hard limit --- pdns/pdns_recursor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 9a87eabee7..9cde5380c4 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1861,6 +1861,7 @@ int serviceMain(int argc, char*argv[]) int newval = getFilenumLimit(true) / g_numThreads; L<