0
点赞
收藏
分享

微信扫一扫

liunx操作系统性能调优#yyds干货盘点#

1、Disabling daemons (关闭 daemons)

2、Shutting down the GUI (关闭GUI)

3、Changing kernel parameters (改变内核参数)

4、Kernel parameters (内核参数)

5、Tuning the processor subsystem(处理器子系统调优)

6、Tuning the memory subsystem (内存子系统调优)

7、Tuning the file system(文件系统子系统调优)

8、Tuning the network subsystem(网络子系统调优)

1、关闭daemons

有些运行在服务器中的daemons (后台服务),并不是完全必要的。关闭这些daemons可释放更多的内存、减少启动时间并减少CPU处理的进程数。减少daemons数量的同时也增强了服务器的安全性。缺省情况下,多数服务器都可以安全地停掉几个daemons。


2、禁止启动不必要的服务

chkconfig cups off

chkconfig bluetooth off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig --list

举报

相关推荐

0 条评论