嗨,我在 ubuntu 13.10x64 服务器上使用 ext4 fs 构建了 mdadm RAID 6(8 WD Red 3 Tb)。当我在阵列上下载 torrent 时,服务器 RAM 已填满最大容量(8 Gb),当我手动输入时,内存是空闲的
sync;echo 3 > /proc/sys/vm/drop_caches
这是 mdadm -D 输出
/dev/md127:
Version : 1.2
Creation Time : Sun Feb 16 18:47:05 2014
Raid Level : raid6
Array Size : 17580801024 (16766.36 GiB 18002.74 GB)
Used Dev Size : 2930133504 (2794.39 GiB 3000.46 GB)
Raid Devices : 8
Total Devices : 8
Persistence : Superblock is persistent
Update Time : Wed Feb 19 14:30:40 2014
State : clean
Active Devices : 8
Working Devices : 8
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 512K
Name : corvsrv:2 (local to host corvsrv)
UUID : d6ca33d3:925c7c82:891c9f07:1f2cb07a
Events : 121
Number Major Minor RaidDevice State
0 8 33 0 active sync /dev/sdc1
1 8 49 1 active sync /dev/sdd1
2 8 65 2 active sync /dev/sde1
3 8 81 3 active sync /dev/sdf1
4 8 97 4 active sync /dev/sdg1
5 8 113 5 active sync /dev/sdh1
6 8 129 6 active sync /dev/sdi1
7 8 145 7 active sync /dev/sdj1
编辑1
free -m 输出(并且仍在增长)
total used free shared buffers cached
Mem: 7882 7035 846 0 22 6264
-/+ buffers/cache: 749 7132
Swap: 9636 85 9551
答案1
绝对没有错,您的系统只是缓存数据。当应用程序分配内存时,缓存的数据会自动替换。此外,缓存是“空闲”内存的最佳用途。