system-config/roles/openafs-client/files/99-afs-udp.conf
Clark Boylan 928d3aec25 Increase udp buffer sizes when installing afs client
Linux default udp buffer sizes are somewhat small if sending much udp
traffic. Openafs uses udp for all of its traffic so we increase the
buffer size to 25MB.

Change-Id: Ie6cb7467c186d5471c71ca876ea9e29a90423bed
2019-12-06 13:28:11 -08:00

3 lines
58 B
Plaintext

net.core.rmem_max=26214400
net.core.rmem_default=26214400