<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif"><div>Our ubuntu 20 vms run unbound version 1.9.4 </div><div>received new ubuntu 22 vms and installed unbound version 1.13.1 via package manager.  I have started noticing that on the ubuntu 22 machines, the <b>total.requestlist.exceeded</b> stat started getting non-zero values. unbound v1.9.4 in ubuntu 20, always shows 0. </div><div><br></div><div>The queries received by each node looks to be  at most 20k or less and are distributed equally. All sysctl parameters are identical between ubuntu 20 and ubuntu 22 vms. Unbound config is identical on both. Most unbound.conf parameters are left to defaults, the following are the important ones I believe influence unbound performance. </div><div><br></div><div> num-threads: 8</div><div> outgoing-range: 60000<br></div><div> num-queries-per-thread: 30000<br></div><div> so-reuseport: yes</div><div> module-config: "iterator"<br></div><div> msg-cache-slabs: 2<br> rrset-cache-slabs: 2<br> infra-cache-slabs: 2<br> key-cache-slabs: 2<br> rrset-cache-size: 512m<br> msg-cache-size: 256m<br> so-rcvbuf: 4m<br> so-sndbuf: 4m<br></div><div><br></div><div>Unbound service starts and occupies available ports and FDs. CPU and memory utilisation on both are very minimal. less than 25% </div><div># ulimit -n<br>1048576</div><div>unbound[764890:0] debug: total of 59463 outgoing ports available</div><div><b>Ubuntu 20 stats_noreset: </b></div><div>total.num.queries=15979<br><b>total.requestlist.max=5<br></b><b>total.requestlist.exceeded=0</b><br><b>total.requestlist.current.all=9<br>total.requestlist.current.user=7</b><br><br></div><div><b>Ubuntu22 </b><b>stats_noreset</b><b>: </b></div><div>total.num.queries=9157<br><b>total.requestlist.max=5<br></b><b>total.requestlist.exceeded=3<br>total.requestlist.current.all=3<br>total.requestlist.current.user=3</b><br><br></div><div>ubuntu 22 systems constantly have non-zero values. Ubuntu 20 systems and even Centos7 ( unbound version 1.7.1) always have zero. As per my understanding of the config parameters, the system itself has enough resources available to handle atleast 2x the current traffic. </div><div><br></div><div>As a test I have compiled version 1.13.1 on a ubuntu 20 VM and still the request list exceeded stat is zero.  On Ubuntu 22 I have also compiled and installed the latest unbound version 1.20.0 and it's still the same - non zero values. </div><div><br></div><div>I can see that the queries dropped is less than 1 req/s but it's still confusing since its only seen on ubuntu 22 vms with little resource utilisation.</div><div><br></div><div>Has anyone run into something similar ? Do you know if any ubuntu 22 specific parameters should be modified ? Happy to provide more information if needed. </div></div></div>