Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. root@snic10e:~# free -m
  2. total used free shared buff/cache available
  3. Mem: 1991508 400700 1571088 16668 19720 1548040
  4. Swap: 0 0 0
  5. root@snic10e:~# echo 3 > /proc/sys/vm/drop_caches
  6. [ 4778.391535] ash (636): drop_caches: 3
  7. root@snic10e:~# free -m
  8. total used free shared buff/cache available
  9. Mem: 1991508 400684 1571104 16668 19720 1548056
  10. Swap: 0 0 0
  11. root@snic10e:~#

Edit this Snippet