| Summary: | Memory leak in 3.4-STABLE .? | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Junseon Oh <hollywar> |
| Component: | kern | Assignee: | 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
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. |