$ dd if=/dev/zero of=/scratch/cassagnea/tempfile bs=1M count=16384 conv=fdatasync 16384+0 records in 16384+0 records out 17179869184 bytes (17 GB, 16 GiB) copied, 8.37302 s, 2.1 GB/s $ sudo sh -c "/usr/bin/echo 3 > /proc/sys/vm/drop_caches" $ dd if=/scratch/cassagnea/tempfile of=/dev/null bs=1M count=16384 16384+0 records in 16384+0 records out 17179869184 bytes (17 GB, 16 GiB) copied, 3.59056 s, 4.8 GB/s