Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    define didn't work Commented Dec 15, 2012 at 14:30
  • 5
    What's wrong with having something cached? It could speed up access to the cached data. Commented Dec 15, 2012 at 14:43
  • 4
    What problem are you trying to solve? Commented Dec 15, 2012 at 14:59
  • 1
    There are many reasons why the cache wouldn’t be cleared. If the file is in use or if the cache size is due to tmpfs or ramfs. I have blogged about different possibilities of cache here. Commented Nov 18, 2014 at 15:58
  • 4
    @ott--: simple, if you want to run high level performance tests (run version X of A against version X+1 of A to measure differences), how do you eliminate the file system cache from your testing? Because if you don't you'll skew your tests. You could by rebooting, but flushing the cache is certainly another option. Commented Oct 20, 2016 at 13:23