]> granicus.if.org Git - pdns/commitdiff
dnsdist: Set TasksMax to 8192, recent distros default to more than 4k
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Feb 2017 08:46:40 +0000 (09:46 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Feb 2017 08:46:40 +0000 (09:46 +0100)
pdns/dnsdistdist/dnsdist.service.in

index 14e37856cd3e6d7cd6ef525f4224ed6458a08ed2..435c5da6593eae6d28f57575087009f02751fd54 100644 (file)
@@ -23,7 +23,7 @@ ProtectSystem=full
 ProtectHome=true
 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
 LimitNOFILE=16384
-TasksMax=1024
+TasksMax=8192
 
 [Install]
 WantedBy=multi-user.target