Prevent Services from being download to swap file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have developed a couple of services which performance seems to degrade
after some time they are not used. We have set them to high priority and the
OS (XP Pro) is set to give priority to services instead of programs.

Our hypothesis is that Windows is downloading the service to the disk due
to memory restrictions in size.

If this is correct, Is there any way to prevent windows from doing this, for
example by including these services in an exclusion list of services not to
download from RAM?
Thanks in advance,

Charles Bas
 
I don't think you can do that... the page file is treated as RAM, and is even
used when your physical memory isn't 100 % utilized.
Having said that, adding more real RAM might help since in general that
reduces the need to swap out memory pages, but then again, it may not.
Maybe there's just a bug in your program that causes it to gobble up memory
as time goes on?
 
Charlie said:
We have developed a couple of services which performance seems to degrade
after some time they are not used. We have set them to high priority and
the
OS (XP Pro) is set to give priority to services instead of programs.

Our hypothesis is that Windows is downloading the service to the disk due
to memory restrictions in size.

If this is correct, Is there any way to prevent windows from doing this,
for
example by including these services in an exclusion list of services not
to
download from RAM?
Thanks in advance,

Charles Bas

You'd probably be best asking this question in developer or MSDN groups
rather than end-user support groups. As far as I can see, there are very
few MS employees or MS developers who post here.

HTH
-pk
 
ok, I'll do that.
Thanks.

Patrick Keenan said:
You'd probably be best asking this question in developer or MSDN groups
rather than end-user support groups. As far as I can see, there are very
few MS employees or MS developers who post here.

HTH
-pk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top