I was doing some performance tuning of our mysql db and was having some trouble consistently reproducing query performance due to IO caching that was occuring in Linux. In case you're wondering, you can clear this cache by executing the following command as root:
echo 1 > /proc/sys/vm/drop_caches
No comments:
Post a Comment