Opened 3 years ago
#17476 new enhancement
Indicate reserved (not just used) memory in ProcessController and ActivityMonitor
Reported by: | waddlesplash | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It can wind up being the case that depending on application usages, there is a lot of memory "unused" (i.e. pages not yet allocated), and so memory meters display plenty of memory still available; but all that memory has been "reserved" by various areas and so the system may be dangerously close to OOM. The "vmstat" tool already displays how many pages are actually free (unreserved), we should just display this information somehow (probably as "Reserved memory" in ActivityMonitor, and as a more faded color in ProcessController.)
Note:
See TracTickets
for help on using tickets.