温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

linux、aix安装11g内核参数配置

发布时间:2020-07-10 23:20:11 来源:网络 阅读:245 作者:jsj_007 栏目:关系型数据库

Linux x86 Kernel Settings

kernel.shmmni = 4096 
kernel.sem = 250 32000 100 128 
fs.file-max = 6815744
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 = 1048576


Linux x86_64 Kernel Settings

kernel.shmmni = 4096 
kernel.sem = 250 32000 100 128 
fs.file-max = 6815744 
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 = 1048576 
kernel.shmall = physical RAM size / pagesize For most systems, value is 2097152. 
kernel.shmmax = RAM times 0.5
kernel.shmmni = 4096 
kernel.sem = 250 32000 100 128 
aio-max-nr=3145728 (as per Note 579108.1)


AIX Kernel Settings

chdev -l sys0 -a maxuproc=16384 
chdev -l sys0 -a ncargs=128 
/usr/sbin/no -p -o tcp_ephemeral_low=9000 -o tcp_ephemeral_high=65500 
/usr/sbin/no -p -o udp_ephemeral_low=9000 -o udp_ephemeral_high=65500
/usr/sbin/no -a | fgrep ephemeral 
tcp_ephemeral_low = 32768 
tcp_ephemeral_high = 65535 
udp_ephemeral_low = 32768 
udp_ephemeral_high = 65535 
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI