Ajaykumar wrote:
>
> "John John - MVP" wrote:
>
>> Might be deceiving information. First you need to determine if these
>> are hard page faults or soft page faults.
>>
>> http://blogs.technet.com/askperf/arc...ge-faults.aspx
>> Ask the Performance Team : The Basics of Page Faults
>>
>> John
>
> Hi John,
>
> I went to the link provided by you and found that the details are not
> sufficient for my query, if you could post me any other suitable resolutions
> that would be gratefull
Try monitoring the Page Faults on your running processes and see if you
can determine which of your process or applications is responsible for
the high fault rate. If the page faults are in fact hard faults other
than shutting down applications or adding more RAM there isn't really
much that you can do to stop the faults.
John