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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.