Paging / Performance

  • Thread starter Thread starter John Wood
  • Start date Start date
J

John Wood

If a .net app is minimized for, say, an hour, it takes a pretty long time to
then restore that app. I suppose it's because it, along with the CLR, have
been paged to disk. The only thing is, the machine has tons of memory, and
I'm getting complaints about this from lots of people.

The app is intended to be minimized for most of the day so it's a real
issue.

Is there anything I can do to keep the app from being paged out to disk when
it's not in use?

TIA.
John
 
John Wood said:
If a .net app is minimized for, say, an hour, it takes a pretty long time to
then restore that app. I suppose it's because it, along with the CLR, have
been paged to disk. The only thing is, the machine has tons of memory, and
I'm getting complaints about this from lots of people.

The app is intended to be minimized for most of the day so it's a real
issue.

Is there anything I can do to keep the app from being paged out to disk when
it's not in use?

That's just what happens when something is minimised, I believe. I
certainly notice it with all other apps, even relatively small ones.
 
Back
Top