Linux基本优化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux基本优化相关的知识,希望对你有一定的参考价值。

1 打开文件句柄数:

在 /etc/security/limits.conf 文件 尾添加


* soft nofile 65535

* hard nofile 65535

* soft nproc 65535

* hard nproc 65535


. /etc/security/limits.conf


2 关闭selinux

/etc/selinux/config  


SELINUX=disabled


3 优化内核:

/etc/sysctl.conf 


net.ipv4.ip_local_port_range = 1024 65000

net.ipv4.tcp_tw_recycle = 1

net.ipv4.tcp_tw_reuse = 1

#net.ipv4.tcp_syncookies = 0

net.core.somaxconn = 262144


sysctl -p





以上是关于Linux基本优化的主要内容,如果未能解决你的问题,请参考以下文章

Linux基本优化

linux 基本优化

linux的基本优化

linux的基本优化

linux 系统基本优化

Linux基本优化