# # Cool down caches as much as possible: # sync echo 3 > /proc/sys/vm/drop_caches # # Kernel developer builds his kernel workload: # while :; do date make mrproper 2>/dev/null >/dev/null make defconfig 2>/dev/null >/dev/null make -j32 bzImage 2>/dev/null >/dev/null done