修改linux的網路核心最佳化引數
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 3000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_syn_backlog = 65536
net.core.somaxconn = 32768
net.ipv4.tcp_syn_retries = 1
net.ipv4.tcp_synack_retries = 1
net.ipv4.tcp_fin_timeout = 2
net.ipv4.tcp_keepalive_intvl = 15
net.ipv4.tcp_wmem = 8192 131072 16777216
net.ipv4.tcp_rmem = 32768 131072 16777216
net.core.netdev_max_backlog = 32768
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 3000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_syn_backlog = 65536
net.core.somaxconn = 32768
net.ipv4.tcp_syn_retries = 1
net.ipv4.tcp_synack_retries = 1
net.ipv4.tcp_fin_timeout = 2
net.ipv4.tcp_keepalive_intvl = 15
net.ipv4.tcp_wmem = 8192 131072 16777216
net.ipv4.tcp_rmem = 32768 131072 16777216
net.core.netdev_max_backlog = 32768
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28869493/viewspace-2123676/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Linux中,linux核心引數如何修改?Linux
- linux修改系統引數Linux
- [OS/Linux] Linux核心引數:net.core.somaxconn(高併發場景核心引數)Linux
- linux常用核心引數說明Linux
- Linux 修改核心啟動預設引導順序Linux
- Linux下配置網路引數常用的兩種方式!Linux
- linux核心引數優化重要項Linux優化
- Oracle 效能最佳化之核心的shmall 和shmmax 引數OracleHMM
- 雲伺服器修改Linux系統核心的引導順序伺服器Linux
- Linux雲端計算架構-系統調優【CPU、IO、網路、核心引數調優】Linux架構
- linux核心修改編譯Linux編譯
- linux常用核心最佳化Linux
- Nginx配置和Linux核心引數的學習與驗證NginxLinux
- Oracle 核心引數Oracle
- [重慶思莊每日技術分享]-linux 系統 修改核心引數導致不能啟動的問題Linux
- 測試主機網路連通性ping命令引數選項-linux網路管理學習Linux
- Linux核心引數overcommit_memory和OOM killer介紹LinuxMITOOM
- Linux 核心引數 arp_ignore & arp_announce 詳解Linux
- Linux核心版本以及部分引數與效能之二Linux
- 【轉載】Linux核心除錯之使用模組引數Linux除錯
- Linux修改網路卡的名字Linux
- linux,mtime引數的理解Linux
- 在Linux中,如何進行網路資源的最佳化?Linux
- postgresql配置引數最佳化SQL
- caffe網路各層引數詳解
- 如何除錯神經網路引數除錯神經網路
- 快速上手Linux核心命令(八):網路相關命令Linux
- Oracle中的sysctl.conf核心引數Oracle
- ss命令檢視網路狀態引數選項有哪些?linux運維Linux運維
- Linux網路卡配置檔案 引數詳解Linux
- Charles 修改請求(Request)引數
- RAC 修改引數DB_FILES
- 使用js修改url地址引數JS
- Windows 下修改Tomcat jvm引數WindowsTomcatJVM
- LINUX centos7.6修改靜態IP與配置引數NM_CONTROLLEDLinuxCentOS
- oracle rac 核心引數詳解Oracle
- 超引數最佳化完整指南
- Fedora網路介面名稱如何修改?Fedora修改網路介面名稱的方法
- Linux 核心網路包路徑追蹤利器 skbtracer,Go 語言版本LinuxGo