运维技术分享平台

 找回密码
 立即注册
首页
查看: 557|回复: 0

linux系统内核优化参数

[复制链接]

296

主题

305

帖子

1707

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1707
发表于 2020-5-19 14:49:27 | 显示全部楼层 |阅读模式
1. 系统连接数优化


  • # vim /etc/security/limits.conf



  • *      soft    nofile      65535



  • *      hard    nofile      65535



  • *      soft    noproc      65535



  • *      hard    noproc      65535


退出重新登陆生效

2. 内核优化


  • # vim /etc/sysctl.conf



  • fs.file-max = 999999



  • net.ipv4.ip_forward = 0



  • net.ipv4.conf.default.rp_filter = 1



  • net.ipv4.conf.default.accept_source_route = 0



  • kernel.sysrq = 0



  • kernel.core_uses_pid = 1



  • net.ipv4.tcp_syncookies = 1



  • kernel.msgmnb = 65536



  • kernel.msgmax = 65536



  • kernel.shmmax = 68719476736



  • kernel.shmall = 4294967296



  • net.ipv4.tcp_max_tw_buckets = 6000



  • net.ipv4.tcp_sack = 1



  • net.ipv4.tcp_window_scaling = 1



  • net.ipv4.tcp_rmem = 10240 87380 12582912



  • net.ipv4.tcp_wmem = 10240 87380 12582912



  • net.core.wmem_default = 8388608



  • net.core.rmem_default = 8388608



  • net.core.rmem_max = 16777216



  • net.core.wmem_max = 16777216



  • net.core.netdev_max_backlog = 262144



  • net.core.somaxconn = 40960



  • net.ipv4.tcp_max_orphans = 3276800



  • net.ipv4.tcp_max_syn_backlog = 262144



  • net.ipv4.tcp_timestamps = 0



  • net.ipv4.tcp_synack_retries = 1



  • net.ipv4.tcp_syn_retries = 1



  • net.ipv4.tcp_tw_recycle = 1



  • net.ipv4.tcp_tw_reuse = 1



  • net.ipv4.tcp_mem = 94500000 915000000 927000000



  • net.ipv4.tcp_fin_timeout = 1



  • net.ipv4.tcp_keepalive_time = 30



  • net.ipv4.ip_local_port_range = 1024 65000







  • # 生效:sysctl -p



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

首页

手机版|关于自己|运维技术分享平台

GMT+8, 2024-5-1 18:43 , Processed in 0.063767 second(s), 18 queries .

运维分享论坛 X3.4

Copyright © 2020, Tencent Cloud.

快速回复 返回顶部 返回列表