Oracle 安装时候的网络相关内核参数

net.ipv4.ip_local_port_range表示应用程序可使用的IPv4端口范围。

net.core.rmem_default表示套接字接收缓冲区大小的缺省值。

net.core.rmem_max表示套接字接收缓冲区大小的最大值。

net.core.wmem_default表示套接字发送缓冲区大小的缺省值。

net.core.wmem_max表示套接字发送缓冲区大小的最大值。

 

net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586





本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/archive/2012/10/12/2721284.html,如需转载请自行联系原作者

上一篇:使用注解属性绑定


下一篇:购物车Demo,前端使用AngularJS,后端使用ASP.NET Web API(2)--前端,以及前后端Session