mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-19 09:09:36 -04:00
3131. [tuning] Improve scalability by allocating one zone task
per 100 zones at startup time, rather than using a
fixed-size task table. [RT #24406]
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.
|