Bug 8943
Summary: | After wakeup from suspend to disk, machine loops in memory clean up | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Stephan Buehne (sbuehne) |
Component: | Page Allocator | Assignee: | Andrew Morton (akpm) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.22.4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 |
Description
Stephan Buehne
2007-08-27 00:54:05 UTC
I'm not sure that I understand this very well. Can you tell us more about how you're monitoring the memory usage, and what resutls you are seeing and what behaviour you're observing? Observed behaviour: - It takes very long,until the original screen is restored, after the suspend image was read - The disk is always heavily busy - The machine responds very slowly to any action, e.g. starting new programs, switching to a running program or a different desktop - The memory usage is display by the tool "xosview", which show the actual used memory. Under norma circumstances, approx. 25% - 40% of the memory (of 1 GB) is used for programs and the remaining part is used for file system caching. The overall memory usage is therefore near to 1GB, without making usage of the swap disk at all. When the problem occurs, not more than 80 - 90 MB of memory ("used + shared memory") is in use and the memory usage is not increasing anymore. So it looks as if the machine tries to run all programs in 100 MB of memory only. The memory ("used + shared memory") is always between 50MB and 80 MB. So once increased to 80 MB, the machine swaps out the memory immediately once again. Can you please try without the ATI driver? Checked without ati display driver and also with different versions of the ati driver. The problem is not reproducible using the "radeon" display driver or versions of the ati driver >= 8.38.6 Using versions 8.39.4 or 8.40.4 the observed problem reappears. As workarround I will use now the 8.38.6 version of the ati driver. Thank's for your help OK, thanks, I'll close the report as it appears to be a memory leak in ATI's driver. |