GBase 8t/Informix数据库技术支持。
全部博文(38)
分类: LINUX
2008-12-17 23:31:50
rmem_default — 默认的接收窗口大小
rmem_max — 接收窗口的最大大小
wmem_default — 默认的发送窗口大小
wmem_max — 发送窗口的最大大小
按oracle的要求在/etc/sysctl.conf设置以上值即可..
cat >> /etc/sysctl.conf < 然后sysctl -p使之生效...
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_sack =1
net.ipv4.tcp_window_scaling = 1
EOF