Closed
Bug 109166
Opened 23 years ago
Closed 17 years ago
Minimized components don't release memory
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: selmer, Assigned: cathleennscp)
Details
Attachments
(1 file)
6.28 KB,
text/html
|
Details |
Hong's team ran a test scenario that shows we hold onto all of our memory until
*every* open component (nav, mail, AIM) gets minimized and only *then* do we let
things go and get into a quiescent state.
I doubt this is high in the performance hierarchy, but I wanted it in the list
for tracking purposes.
can you please provide steps to reproduce, system information (os/platform), and
expected results? I seem to recall that on w2k windows would merily swap out
memory associated w/ minimized windows which seemed to match the behavior of ie.
if mozilla releases memory, what functionality is lost?
Reporter | ||
Comment 2•23 years ago
|
||
Hong, could you post your test results here?
Comment 4•22 years ago
|
||
Even the habit of Windows itself minimizing the working set of a minimized
window often causes unnecessary heavy swapping. I believe it's generally a bad
idea for a program to try to minimize the working set unless it's very well
known that the memory isn't needed for a long time or so (as stated in MSDN). It
was tried upon closing windows and it caused horrible performance problems.
(In reply to comment #4)
> Even the habit of Windows itself minimizing the working set of a minimized
> window often causes unnecessary heavy swapping.
see related Bug 76831, now we can configure the behavior of the working set
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 7•17 years ago
|
||
WFM per comment 6.
if you disagree, please reopen but change product to core.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•