Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Eclipse trashing the disk when minimized & restored

Hi Ed,

I've applied the Decorations.java class (of SWT 3.0) before and after my
change. The change follows closely the suggestion in
http://support.microsoft.com/default.aspx?scid=kb;en-us;293215

It seems to work, because after the change is applied, I don't see the
memory usage in Task Manager decreasing when Eclipse is being minimized.
Whether the change has an impact that can be "felt" is another matter - I
can't say for sure that Eclipse stops or decreases swapping.

Regards,
Ivan

----- Original Message ----- 
From: "Ed Burnette" <Ed.Burnette@xxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Monday, July 26, 2004 5:12 PM
Subject: RE: [platform-swt-dev] Eclipse trashing the disk when minimized &
restored


I'd like to try this too since even with 1GB RAM I have major slowness
coming back to a minimized Eclipse after it has been paged out. Where's the
best place to hack this in? Somewhere in the Display class I assume.

-----Original Message-----
From: Ivan Markov
Sent: Thursday, July 22, 2004 3:58 PM

Hacked Decorations already.
Once I'm back at home where the problem is, I'll try it again, because at
work I sorta can't feel it on these 2Gb RAM..
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev

Attachment: new_Decorations.java
Description: Binary data

Attachment: old_Decorations.java
Description: Binary data


Back to the top