Linux centos下优化lsmod开机模块
# lsmodModule SizeUsed by
ipv6 31734012
dm_mod 842090
xen_netfront 190330
ext3 2400131
jbd 808581 ext3
mbcache 81931 ext3
xen_blkfront 154952
#
优化后剩下这些,保证内存占用小,速度快
# free -m
total used free shared buffers cached
Mem: 1998 85 1912 0 2 29
-/+ buffers/cache: 54 1943
Swap: 2047 0 2047
#
# lsmod
Module SizeUsed by
ipv6 33474022
virtio_rng 28160
virtio_balloon 47980
virtio_net 224380
i2c_piix4 117760
i2c_core 299641 i2c_piix4
sg 293180
ext4 3784761
jbd2 934271 ext4
mbcache 81931 ext4
virtio_blk 71322
sr_mod 150490
cdrom 390851 sr_mod
virtio_pci 73480
virtio_ring 91155 virtio_rng,virtio_balloon,virtio_net,virtio_blk,virtio_pci
virtio 49775 virtio_rng,virtio_balloon,virtio_net,virtio_blk,virtio_pci
pata_acpi 37010
ata_generic 38370
ata_piix 244090
dm_mirror 143840
dm_region_hash 120851 dm_mirror
dm_log 99302 dm_mirror,dm_region_hash
dm_mod 956222 dm_mirror,dm_log
# free -m
total used free shared buffers cached
Mem: 742 90 652 0 6 35
-/+ buffers/cache: 48 694
Swap: 0 0 0
#
页:
[1]