Hello, If you are using KSM enabled on Host node for KVM VMs .. there is a problem dropping caches. The best way to do that is : ``` #File.open("/proc/sys/vm/drop_caches", 'w') { |fd| fd.print "3" } system("sync; /sbin/sysctl vm.drop_caches=1"); ``` Regards, Spas