chromium port causing massive I/O faults
Matthias Andree
matthias.andree at gmx.de
Mon Jul 25 08:41:25 UTC 2011
Am 25.07.2011 09:21, schrieb Alexander Best:
> On Mon Jul 25 11, Adrian Chadd wrote:
>> Is it perhaps doing disk IO using mmap?
>
> how can i check, whether that's the case or not?
Use truss(1) for instance.
However, unless there are *practical* problems, a high number of page
faults is not an indication for problems. Although it may sound scary,
page faults are a feature of the memory management.
More information about the freebsd-current
mailing list