Tag: soft faults
-
The cost of soft/minor faults
Here is a complete graph of the memory use and fault count for a run of ls -lia. As you can see there are only soft/minor faults here – as one would expect (this was a machine with a lot of memory), as the C library provides the ls function and it will be loaded […]
Adrian McMenamin