User Tools

Site Tools


computing:linux:memory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:linux:memory [2011/11/15 17:29]
gcooper created
computing:linux:memory [2011/11/15 17:33] (current)
gcooper
Line 13: Line 13:
 </file> </file>
  
 +This one-liner also shows before and after stats:
 +
 +<file>
 +echo Before: && free -m && echo After: && sync && echo 3 > /proc/sys/vm/drop_caches && free -m
 +</file>
computing/linux/memory.1321403397.txt.gz · Last modified: 2011/11/15 17:29 by gcooper