From: bert hubert Date: Thu, 6 Feb 2014 12:33:18 +0000 (+0100) Subject: _actually_ raise the limit to the max if impossible to fit within the hard limit X-Git-Tag: rec-3.6.0-rc1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b149d09cde3fc3a1c48ba67fbb13a5c8da92947;p=thirdparty%2Fpdns.git _actually_ raise the limit to the max if impossible to fit within the hard limit --- 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<