Results 1 to 2 of 2

Thread: Perfmon - process:page faults/sec

  1. #1
    Peter Karhatsu Guest

    Perfmon - process:page faults/sec


    My question is, My perfmon counters reads anywhere between 0 and 1200 with the average being around 250 faults/second.
    My concern is my memory max size being too large, I have 4gb ram, SQL reports usage at 2.9 GB, my max mem size is 3.9 gb, should I maybe set my SQL server to use a fixed memory size of 2.9 gb?
    Thanks in advance

    Pete Karhatsu

    Copied from SWYNKs' article:

    Process: Page Faults/sec
    If this value is greater then 0 then the SQL Server process is producing soft page faults and as a result CPU overhead. Try setting the working set size value to be as close to the SQL Server's memory allocation.

  2. #2
    Peter Karhatsu Guest

    Perfmon - process:page faults/sec (reply)

    Typo, actual max mem is 2 gb.


    ------------
    Peter Karhatsu at 6/13/00 11:01:57 AM


    My question is, My perfmon counters reads anywhere between 0 and 1200 with the average being around 250 faults/second.
    My concern is my memory max size being too large, I have 4gb ram, SQL reports usage at 2.9 GB, my max mem size is 3.9 gb, should I maybe set my SQL server to use a fixed memory size of 2.9 gb?
    Thanks in advance

    Pete Karhatsu

    Copied from SWYNKs' article:

    Process: Page Faults/sec
    If this value is greater then 0 then the SQL Server process is producing soft page faults and as a result CPU overhead. Try setting the working set size value to be as close to the SQL Server's memory allocation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •