ubuntu sysctl.conf net.core nofile

go 复制代码
Ubuntu 20.04.4 

修改系统的文件描述符限制

设置网络接收缓冲区

Configuring open file limits UDP buffe

go 复制代码
echo "* soft nofile 32000000" >> /etc/security/limits.conf
echo "* hard nofile 128000000" >> /etc/security/limits.conf
echo "fs.nr_open=128000000" >> /etc/sysctl.conf
echo "fs.file-max=128000000" >> /etc/sysctl.conf
echo "net.core.rmem_max=2097152" >> /etc/sysctl.conf
echo "net.core.rmem_default=209715" >> /etc/sysctl.conf
sysctl -p

参考

  1. Linux performance optimization
  2. System Configuration
相关推荐
无垠的广袤8 小时前
【工业树莓派 CM0 NANO 单板计算机】本地部署 EMQX
linux·python·嵌入式硬件·物联网·树莓派·emqx·工业物联网
414a8 小时前
LingJing(灵境):Linux Amd64局域网设备访问靶机教程
linux·安全·web安全·网络安全·lingjing·灵境
tianyuanwo8 小时前
多平台容器化RPM构建流水线全指南:Fedora、CentOS与Anolis OS
linux·运维·容器·centos·rpm
BD_Marathon9 小时前
【Zookeeper】CAP理论——CAP介绍
linux·分布式·zookeeper
赖small强9 小时前
【Linux 网络基础】HTTPS 技术文档
linux·网络·https·tls
写代码的学渣10 小时前
ubuntu 22.04 新装的系统 xshell 连不上
linux·运维·ubuntu
序属秋秋秋10 小时前
《Linux系统编程之进程环境》【环境变量】
linux·运维·服务器·c语言·c++·操作系统·系统编程
云计算练习生11 小时前
linux shell编程实战 10 Git工具详解与运维场景实战
linux·运维·git
虚伪的空想家13 小时前
KVM的ubuntu虚机如何关闭安全启动
linux·安全·ubuntu
t1987512819 小时前
在Ubuntu 22.04系统上安装libimobiledevice
linux·运维·ubuntu