Performance Tuning
Some Important settings for sysctl
CORE memory settings
●
net.core.rmem_max - max size of rx socket buffer
●
net.core.wmem_max -max size of tx socket buffer
●
net.core.rmem_default - default rx size of socket buffer
●
net.core.wmem_default - default tx size of socket buffer
●
net.core.optmem_max - maximum amount of option memory
buffers
net.core.netdev_max_backlog how many unprocessed rx packets
before kernel starts to drop them
These settings also impact UDP