| Summary: | FreeBSD 4.2 Active memory usage climbs even when idle. process table cannot make up for it. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | geniusj <geniusj> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
geniusj
2000-12-03 10:00:01 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Misfiled PR State Changed From-To: open->closed FreeBSD's memory system is quite complex, so there isn't a direct relationship between the memory used by all processes and the count of "active" memory. The active memory simply refers to pages that are currently on the "active" page queue, and pages can be there for a variety of reasons (I don't know the details). This question appears every now and again; you might find a better answer if you search the mailing list archives. Unless you are seeing the system actually run out of memory unexpectedly, this is almost certainly not a leak. |