mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
task per 100 zones at startup time. (The BIND9_ZONE_TASKS_HINT environment variable which was established as a temporary measure in change #3132 is no longer needed or used.) [rt25541]
9 lines
295 B
Text
9 lines
295 B
Text
These scripts generate a named.conf file with an arbitrary number of
|
|
small zones, for testing startup performance.
|
|
|
|
To generate a test server with 1000 zones, run:
|
|
|
|
$ sh setup.sh 1000 > named.conf
|
|
|
|
Zones are generated with random names, and all of them load from the same
|
|
file: smallzone.db.
|