当前位置: 技术问答>linux和unix
RHEL5.4关闭那些没用的进程?
来源: 互联网 发布时间:2016-09-28
本文导语: 我把虚拟机打开 发现虚拟机的大部分内存都被占用了 我想杀掉一些进程 腾出一些内存空间出来 只是不知道那些进程是不需要 请高手指点一下 | 我就是这么练习的,只开了三个服务,并...
我把虚拟机打开 发现虚拟机的大部分内存都被占用了
我想杀掉一些进程 腾出一些内存空间出来
只是不知道那些进程是不需要
请高手指点一下
我想杀掉一些进程 腾出一些内存空间出来
只是不知道那些进程是不需要
请高手指点一下
|
我就是这么练习的,只开了三个服务,并且再安装了一个不带xen的内核,这样启动速度超快,占用内存又少,同时练习时又可以知道哪些应用要启动哪些服务。
[root@RHEL5 ~]# chkconfig --list|grep '3:on'
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@RHEL5 ~]# free
total used free shared buffers cached
Mem: 775196 51884 723312 0 8152 29040
-/+ buffers/cache: 14692 760504
Swap: 2096472 0 2096472
[root@RHEL5 ~]# cat /boot/grub/grub.conf
default=0
timeout=2
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-92.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-92.el5.img
title Red Hat Enterprise Linux Server (2.6.18-92.el5xen)
root (hd0,0)
kernel /boot/xen.gz-2.6.18-92.el5
module /boot/vmlinuz-2.6.18-92.el5xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.18-92.el5xen.img
[root@RHEL5 ~]# chkconfig --list|grep '3:on'
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@RHEL5 ~]# free
total used free shared buffers cached
Mem: 775196 51884 723312 0 8152 29040
-/+ buffers/cache: 14692 760504
Swap: 2096472 0 2096472
[root@RHEL5 ~]# cat /boot/grub/grub.conf
default=0
timeout=2
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-92.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-92.el5.img
title Red Hat Enterprise Linux Server (2.6.18-92.el5xen)
root (hd0,0)
kernel /boot/xen.gz-2.6.18-92.el5
module /boot/vmlinuz-2.6.18-92.el5xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.18-92.el5xen.img
|
我常用CentOS和RHEL 其实 我每次都最小化安装系统 这样系统安装之后根本没几个进程
你参照这个http://gfllove.blog.163.com/blog/static/151502720092276121109/
把你不需要的服务全部关掉 用chkconfig name off的方式
也可以输入命令setup 在里面的服务里关掉他们
你参照这个http://gfllove.blog.163.com/blog/static/151502720092276121109/
把你不需要的服务全部关掉 用chkconfig name off的方式
也可以输入命令setup 在里面的服务里关掉他们
|
这样子每次开机启动后都要手动kill。不如用chkconfig设置一下。
|
反正是虚拟机练习的怕什么
把全部服务都禁用掉,你需要什么就开什么服务。
你需要网络就打开chkconfig network on
需要ssh 就chkconfig sshd on
再加上可能需要看一下日志,把syslogd也打开一下
其它类似...
把全部服务都禁用掉,你需要什么就开什么服务。
你需要网络就打开chkconfig network on
需要ssh 就chkconfig sshd on
再加上可能需要看一下日志,把syslogd也打开一下
其它类似...
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。