I am running few benchmarks test using binaries made out of C. Is there anyway so I can ask kernel not to cache any part of these binary programs?
I am running few benchmarks test using binaries made out of C. Is there anyway so I can ask kernel not to cache any part of these binary programs?
Have a look at the kernel documentation on "drop_caches".
https://www.kernel.org/doc/Documentation/sysctl/vm.txt
Here's a small section:-