filesystem cache

  1. K

    Understanding memory management

    Hi Everyone, I'd like to learn more about how FreeBSD manages memory, specifically about the types of memory that top shows. I've read a few articles on the topic, also Chapter 7 in the Architecture Handbook. The following is my current understanding on the subject. Please clarify if I got...
  2. I

    Invalidate file in cache (flush file cache) on FreeBSD ?

    I want to invalidate file and remove it from Cache, so that any additional access to that file will go through the lower level storage device. In linux, it's done using syscall ioctl(file_desc, BLKFLSBUF) but what is the equivalent in freeBSD ? P.S. I related the generate file cache...
Back
Top