[CentOS6] 不要なデーモンを止めてメモリを節約する

May 24, 2014

不要なデーモンを止めます

WEBサーバを立ててるだけなので不要なデーモンが多い。

chkconfig haldaemon off
chkconfig messagebus off
chkconfig auditd off
chkconfig blk-availability off
chkconfig iscsi off
chkconfig iscsid off
chkconfig lvm2-monitor off
chkconfig mdmonitor off
chkconfig netfs off
chkconfig postfix off
chkconfig udev-post off
chkconfig httpd off

nginxに移行したのでhttpdは止めました。

コンソール数を減らす

vim /etc/sysconfig/init

-ACTIVE_CONSOLES=/dev/tty[1-6]
+ACTIVE_CONSOLES=/dev/tty1

再起動

shutdown -rf +30 &

参考



Recent blog posts



(c) Copyright 2023 Kotaro Yoshimatsu