How much memory is consumed by the Linux kernel per TCP/IP network connection?
问题 How much memory on average is consumed by the Linux kernel (in kernel address space) per TCP/IP network connection? 回答1: For a TCP connection memory consumed depends on size of sk_buff (internal networking structure used by linux kernel) the read and write buffer for a connection the size of buffers can be tweaked as required root@x:~# sysctl -A | grep net | grep mem check for these variables these specify the maximum default memory buffer usage for all network connections in kernel net.core