【liunx操作系统性能调优#yyds干货盘点#】采得百花成蜜后,为谁辛苦为谁甜。这篇文章主要讲述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
推荐阅读
- #指尖人生#Python常用模块(time与datetime模块)
- #yyds干货盘点#k8s集群IP段怎么规划最合适()
- 要不是我宽带网速不够,我下载速度能飞起来,给你推荐下载神器
- Docker仓库之Harbor
- Salt之Cpu 100%无响应故障 Salt request timed out. The master is not responding#yyds干货盘点#
- k8s-day1-k8s简介及基础架构
- Linux基础-18day-Linux系统磁盘管理
- #yyds干货盘点#Prometheus 之 Kubernetes 监控
- calculateCalculate Linux安装步骤操作