Is 60 to 100 hard faults per second normal?

13

1

When I monitor my computer's memory usage in Resource Manager, I see that I constantly get between 60 and 100 hard faults.

Is this normal?

Or is that hard fault graph ideally supposed to be flat at 0?

I run Windows 7 and I have 4GB RAM.

willem

Posted 2012-07-26T12:14:19.620

Reputation: 408

I see that I constantly get between 60 and 100 hard faults. Do you mean spikes between 60 and 100 or is the graph between 60 and 100 all the time? – Dennis – 2012-07-26T12:41:08.940

Answers

12

I suppose that it can be normal considering the amount of RAM you have.

The more RAM you have, the fewer hard faults you should see.

PieterG

Posted 2012-07-26T12:14:19.620

Reputation: 246

Thanks Pieter :) So more RAM sounds like a good idea? Think Hard faults is the deciding factor? – willem – 2012-07-26T12:29:41.520

More memory is a good idea. What you might be seeing is programs starting up which is causing you to see spikes in your graph. – PieterG – 2012-07-26T12:37:21.590

4I figured out what was going wrong. 60-100 HF/s was abnormal. Some stray SoapUI java processes were running and was absolutely chewing my memory. HF/s now averages between 0 and 5. MUUUUCH better. – willem – 2012-07-27T08:04:59.613

2Probably need a slightly more nuanced answer -- if you're trying to do a lot with a little RAM, certainly you might have a ton of hard faults, but as willem notes, that "normal" isn't "optimal". I'm going to guess that if you're at 100 faults/sec hours after booting, you need more memory -- or you need to stop trying to do what you're doing on that box. – ruffin – 2012-11-07T13:57:41.833

12

Memory Hard Faults have nothing to do with the 'brand' or 'quality' of the memory. It means that the software has requested an address and the page where it resides isn't still in main memory. Usually it has been swapped to virtual memory, (hard drive or SSD) and the OS will swap it back from virtual memory to physical memory. If you are getting massive amounts of hard faults/sec, it is usually due to too little RAM

J.B.

Posted 2012-07-26T12:14:19.620

Reputation: 121

-1

On my 2009 laptop with 3GB of RAM there are usually 0-20 hard faults per/sec while playing a game, processing a video, etc. It could be that certain kinds of RAM like ECC or certain brand qualities.

Daniel

Posted 2012-07-26T12:14:19.620

Reputation: 9

-4

I am running a Dell with 6GB memory and was running at 100 hard faults/sec at idle. I ran Andvanced SystemCare free version, ran a scan and my faults went down to zero. I think I had spyware running in the background. Hope this helps!

Rob

Posted 2012-07-26T12:14:19.620

Reputation: 1