mirror of
https://github.com/coredns/coredns.git
synced 2025-10-31 18:23:13 -04:00
For zone files with more than 10,000 records, the goroutines and memory pinned by dns.ParseZone won't be released unless the tokens chan is drained. As Parse is called by (*Zone).Reload very frequently, this causes memory leaks and OOM conditions. Updates miekg/dns#786
3.8 KiB
3.8 KiB