嗯,不必当真,用完后你的系统大概会变卡。
#include <stdio.h>
#include <unistd.h>
int main ()
{
FILE *fout = fopen("/proc/sys/vm/drop_caches", "w");
sync();
fputc('3', fout);
fclose(fout);
return 0;
}
cuihao-tp430-arch $ free -h && sudo ./freememory && free -h
total used free shared buffers cached
Mem: 3.4G 3.3G 188M 185M 106M 2.1G
-/+ buffers/cache: 1.1G 2.4G
Swap: 2.0G 0B 2.0G
total used free shared buffers cached
Mem: 3.4G 1.3G 2.1G 186M 2.7M 359M
-/+ buffers/cache: 997M 2.5G
Swap: 2.0G 0B 2.0G
最近编辑记录 cuihao (2014-05-25 20:01:47)
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
……
我覺得會有人當真覺得有用,然後沒事去運行兩下……
知識很重要,而相當的運用能力更重要。
离线
……
我覺得會有人當真覺得有用,然後沒事去運行兩下……
本来就是有用的嘛~经常执行,可保证系统运行更加缓慢 =w=
离线
离线
倒是笔记本经常运行一周不关机然后 swap 就吃得特别多,然后负载就容易高orz
内存倒是不在乎,实际占用稳定在3G多点的样子... 加上 cache/buffer 差不多6G多
离线