-
更新yum源
curl -q -# https://mirrors.aliyun.com/repo/Centos-7.repo >/etc/yum.repos.d/CentOS-Base.repo yum clean all && yum makecache
yum -y install gcc gcc-c++ autoconf automake make wget net-tools lrzsz tree nmap dos2unix nc \ lsof tcpdump bridge-utils htop iftop iotop sysstat nethogs vim telnet curl tar \ gettext iptables epel-release zlib zlib-devel openssl openssl-devel libffi-devel openldap-devel bash-completion bash-completion-extras drbd-bash-completion
-
關閉防火牆和 selinux
setenforce 0 sed -i -e s/SELINUX=enforcing/SELINUX=disabled/1 -e s/SELINUX=permissive/SELINUX=disabled/1 /etc/selinux/config systemctl stop firewalld.service systemctl disable firewalld.service
-
時間同步
-
調整檔案描述符
cat >>/etc/security/limits.conf<<EOF # 為所有使用者設定軟限制,每個程序可以開啟的最大檔案描述符數量為 65536 * soft nofile 65536 # 為所有使用者設定硬限制,每個程序可以開啟的最大檔案描述符數量為 65536。 * hard nofile 65536 # 為所有使用者設定軟限制,每個使用者可以擁有的最大程序數為 32000。 * soft nproc 32000 # 為所有使用者設定硬限制,每個使用者可以擁有的最大程序數為 32000。 * hard nproc 32000 # 為所有使用者設定硬限制,允許鎖定的記憶體量無限制。 * hard memlock unlimited # 為所有使用者設定軟限制,允許鎖定的記憶體量無限制。 * soft memlock unlimited EOF cat >> /etc/systemd/system.conf<<EOF DefaultLimitNOFILE=65536 DefaultLimitNPROC=32000 DefaultLimitMEMLOCK=infinity EOF
-
調整核心引數
[root@seagullloki01-uat-s2 ~]# cat /etc/sysctl.conf net.ipv4.ip_forward = 1 net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-arptables = 1 net.ipv4.tcp_tw_recycle = 0 net.ipv4.tcp_tw_reuse = 0 net.core.somaxconn = 65535 net.netfilter.nf_conntrack_max=1000000 vm.swappiness = 0 vm.max_map_count=655360 fs.file-max=1000000 net.ipv4.tcp_keepalive_time = 150 net.ipv4.tcp_keepalive_intvl = 6 net.ipv4.tcp_keepalive_probes = 5 net.ipv4.conf.all.promote_secondaries = 1 net.ipv4.ip_no_pmtu_disc = 1 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.tcp_timestamps = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.tcp_max_syn_backlog = 838860 net.ipv4.tcp_fin_timeout = 60 net.ipv4.conf.all.send_redirects = 0 vm.min_free_kbytes = 16384 vm.vfs_cache_pressure = 100 vm.dirty_ratio = 40 vm.page-cluster = 3 kernel.shmmni = 4096 kernel.sysrq = 1 net.ipv4.tcp_syncookies = 1 fs.inotify.max_user_watches = 1048576 fs.inotify.max_user_instances = 1024 net.ipv4.conf.all.rp_filter = 1 net.ipv4.neigh.default.gc_thresh1 = 80000 net.ipv4.neigh.default.gc_thresh2 = 90000 net.ipv4.neigh.default.gc_thresh3 = 100000 fs.aio-max-nr = 50000000
centos7 裝機最佳化
相關文章
- centos7安裝單機kafkaCentOSKafka
- Centos7虛擬機器安裝CentOS虛擬機
- 安裝VM虛擬機器 centos7虛擬機CentOS
- centos7 hadoop 單機模式安裝配置CentOSHadoop模式
- Virtualbox 安裝centos7虛擬機器CentOS虛擬機
- centos7安裝單機環境redis3.2CentOSRedisS3
- CentOS7中搭建cobbler自動裝機服務CentOS
- Centos7伺服器上RabbitMQ單機安裝CentOS伺服器MQ
- 在VM虛擬機器中安裝centos7虛擬機CentOS
- CentOS7 安裝 memcacheCentOS
- CentOS7 安裝 dockerCentOSDocker
- CentOS7 安裝 MySQLCentOSMySql
- CentOS7安裝RedisCentOSRedis
- Centos7 安裝ffmpegCentOS
- centos7安裝protobufCentOS
- 4.1 CentOS7安裝CentOS
- CentOS7 安裝NginxCentOSNginx
- centos7 安裝pipCentOS
- Centos7安裝RabbitMQCentOSMQ
- centos7安裝dockerCentOSDocker
- centos7安裝iptablesCentOS
- CentOS7安裝xrdpCentOS
- centos7 安裝rocketmqCentOSMQ
- centos7 安裝 rcloneCentOS
- centos7安裝mysqlCentOSMySql
- Centos7 安裝 NginxCentOSNginx
- centos7安裝nginxCentOSNginx
- centos7安裝教程詳解 centos7安裝詳細步驟CentOS
- Centos7安裝安裝部署dockerCentOSDocker
- Centos7下安裝redis實戰(單機版以及叢集)CentOSRedis
- CentOS7 下安裝 ElasticsearchCentOSElasticsearch
- centos7下安裝ffmpegCentOS
- centos7 docker 安裝教程CentOSDocker
- vmware 線上安裝 CentOS7CentOS
- Centos7快速安裝RocketMQCentOSMQ
- centos7快速安裝dockerCentOSDocker
- CentOS7安裝wpsCentOS
- centOs7安裝最新dockerCentOSDocker