kernel
parameter |
recommended
value |
usage |
ifconfig
<interface> mtu 9000 up |
9000 |
MTU size for the
communication adapter (if GPFS is configured over Gigabit Ethernet, in
order to enable Jumbo Frames) |
net/ipv4/tcp_window_scaling |
1 |
Enable TCP to
negociate the use of window scaling (> 64K buffers) with the other
end during connection setup |
net/core/rmem_max |
0x800000 (8 MB) |
Maximum receive
buffer size. Overrides tcp_rmem max value if max(tcp_rmem) > rmem_max |
net/core/wmem_max |
0x800000 (8 MB) |
Maximum send
buffer size. Overrides tcp_wmem max value if max(tcp_wmem) > wmem_max |
net/ipv4/tcp_rmem |
0x001000 0x040000 0x800000 |
memory size of the
TCP send buffers: minimum default maximum |
net/ipv4/tcp_wmem |
0x001000 0x040000 0x800000 |
memory size of the
TCP receive buffers: minimum size default size maximum size |
net/core/netdev_max_backlog |
2500 |
Max # of received
packets that will be processed before resulting in congestion |
kernel
parameter |
recommended
value |
usage |
vm/min_free_kbytes |
>=
5% RAM <= 6% RAM |
Used to force the VM
to keep a minimum # of Kbytes free. This number is used to compute the
# of reserved free pages for each memory zone in the system. |
kernel
parameter |
recommended
value |
usage |
net/ipv4/tcp_synack_retries |
10 |
How many times to establish a
passive TCP connection that was started by another host. |