# Free both page cache and slab objects echo 3 > /proc/sys/vm/drop_caches sysctl vm.drop_caches=3
# Disable drop cache logs, you will not be able to enable the logs again unless the system is restarted. # https://github.com/torvalds/linux/blob/master/fs/drop_caches.c # stfu |= sysctl_drop_caches & 4;