Is there an equivalent to apache's start-servers, spare-servers, and server-limit configuration options in BIND?

link|improve this question
feedback

migrated from stackoverflow.com Dec 10 '11 at 17:13

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

You need to edit the relevant startup script (based on your system) and pass in -n <number_of_processes> to bind (or named).

-n #cpus
        Create #cpus worker threads to take advantage of multiple CPUs. If not 
        specified, named will try to determine the number of CPUs present and 
        create one thread per CPU. If it is unable to determine the number of 
        CPUs, a single worker thread will be created.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.