Opened 17 years ago
Closed 16 years ago
#2141 closed bug (fixed)
Weird cache behaviour.
Reported by: | bga | Owned by: | axeld |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The system cache seems to be working in a weird way and I am not sure if this is intentional. On my system it seems that the amount of memory in use plus cache equals around 50% of my total memory (2 Gb total). When the memory usage goes up, the cache memory use goes down in a proportional way even with plenty of free memory available (see attached screenshot. Ignore the initial 0 values close ton the current position. It seems to be a bug in ActivityMonitor reported in a different ticket). Is this intentional? It does not really make sense because when the memory usage goes close to 1 Gb, the cache drops down to close to 0 and, as I mentioned, there is 2 Gb of memory on this machine.
Attachments (1)
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
Priority: | high → low |
---|
Well, that's pretty much what I wrote in the initial commit message of ActivityMonitor: the way the cached_pages stat is computed is just not correct.
comment:2 by , 17 years ago
I guess I missed that message. Well, at least the bug is documented now.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This seems to be a moot point now with recent fixes from Ingo. Closing this bug.
Cache behaviour.