Bug 17497

Summary: Memory leak in 3.4-STABLE .?
Product: Base System Reporter: Junseon Oh <hollywar>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description Junseon Oh 2000-03-20 03:10:01 UTC

    
Comment 1 dg freebsd_committer freebsd_triage 2000-03-20 04:39:32 UTC
State Changed
From-To: open->closed

The numbers above are simply the page queue totals and don't indicate 
whether the memory is 'free' or not. FreeBSD tries to use any available memory 
for file caching. If the system needs it for something else (e.g. process 
memory), then the system will reclaim some pages for that. There currently 
isn't a way to tell the difference between process memory pages and file 
cache pages, since internally they are basically the same thing. 
The bottom line is that there isn't a bug here and this PR should be 
closed.