You can use the set named_recv_sock_buf_size
command to tune the BIND receive socket buffer memory to a maximum of 8 MB. The DNS receive socket buffer holds BIND packets that are queued on the UDP (User Datagram Protocol) port from the NIC (Network Interface Controller). This command is useful when you want to increase the BIND receive buffer size to accommodate occasional burst traffic and high volume DNS recursive queries. Note that the same buffer is also used for updates and non-recursive queries. Use the theĀ show named_recv_sock_buf_size to view the current buffer size.
Note | ||
---|---|---|
|
...
Ensure that you use this command only when you are dealing with burst traffic situations in high volume deployments. |
Syntax
set named_recv_sock_buf_size {N}
...