mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
The hash table implementation in the current branch does not support automatic resize operation, so the initial value of the table should be chosen carefully. Catalog zones entries hash table's size is currently only 4 bits, which is very low for a catalog zone with thousands of entries, and causes CPU consumption spikes when working with the hash table to add/delete/search entries. Use 16 bits instead, which should make working with big catalog zones much faster at the expense of slightly higher memory usage, i.e. 512 KiB for a 64-bit system for each catalog zone. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| win32/bindevt | ||
| .gitignore | ||
| Kyuafile | ||
| Makefile.in | ||