How to deal with high page faults / performance degradation

G

Guest

Hi

I have a DLLHOST.dll process with a high memory utilization ( about 300Mb ) on a 4Gb maching. I am getting 500 page faults/s which is very concerning. I do not have the option of more memory

1) Can I get better performance by altering the amount of disk buffers that I am using? How do I do this
2) Can I get better performance by increasing / decreasing the file paging size ( not the size of the page file itself ), but the size of the data that is paged across from the page file
3) Are there other avenues of investigation worth looking at

Thanks

Ben
 
M

Marco

Hi Ben

what libraries are loaded by dllhost?

btw, if they get loaded by the web server you may want to run some processes
in-process rather than out of process.
--
Marco

Ben J said:
Hi,

I have a DLLHOST.dll process with a high memory utilization ( about
300Mb ) on a 4Gb maching. I am getting 500 page faults/s which is very
concerning. I do not have the option of more memory.
1) Can I get better performance by altering the amount of disk buffers
that I am using? How do I do this?
2) Can I get better performance by increasing / decreasing the file paging
size ( not the size of the page file itself ), but the size of the data that
is paged across from the page file.
 

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

Top