$ free && sync && echo 3 > /proc/sys/vm/drop_caches && free
The Linux kernel uses unused memory in caches. When you execute "free" you never get the "real" available memory.
by David Winterbottom (codeinthehole.com)
$ free && sync && echo 3 > /proc/sys/vm/drop_caches && free
The Linux kernel uses unused memory in caches. When you execute "free" you never get the "real" available memory.
by David Winterbottom (codeinthehole.com)
0sem comentários ainda