Skip to content

Instantly share code, notes, and snippets.

@danhper
Created February 17, 2013 06:11
Show Gist options
  • Save danhper/4970406 to your computer and use it in GitHub Desktop.
Save danhper/4970406 to your computer and use it in GitHub Desktop.
-> % echo 3 | _ tee /proc/sys/vm/drop_caches
3
-> % cat /proc/meminfo | grep -i memfree
MemFree: 5603952 kB
-> % time diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > k06+ccheck+reset.patch
diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > 1.51s user 2.93s system 21% cpu 20.849 total
-> % cat /proc/meminfo | grep -i memfree
MemFree: 4674268 kB
-> % time diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > k06+ccheck+reset.patch
diff -crBNp linux-source-2.6.32 linux-source-2.6.32-prolog-scache-check > 0.59s user 0.32s system 98% cpu 0.919 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment