duration of buildworld

David Chisnall theraven at FreeBSD.org
Tue Jul 28 08:20:12 UTC 2015


On 27 Jul 2015, at 20:49, Slawa Olhovchenkov <slw at zxy.spb.ru> wrote:
> 
> No idea.
> May be someone know about current status swap in file on UFS.
> This is work for me some time ago.

It sounds as if the swap was working (as the build took a long time, it didn’t run out of memory).  My guess would be that, before the reboot, something had wired (or, if not, then touched frequently enough to keep it in core) a large chunk of memory, which forced the swapping.  Swap files are expected to be slower than swap partitions (though if you’re swapping to a disk, the seek times are likely to dominate in both cases).

I don’t suppose there’s  capture of the output of top from before the reboot?

David



More information about the freebsd-current mailing list