1341MB swap in use with half gig of free memory

Peter Jeremy peter at rulingia.com
Sat Jul 4 02:22:35 UTC 2020


Something I missed before: When you say "Pi3", I presume you mean
Raspberry Pi 3 Model B.  None of the Raspberry Pi variants have
provision for sanely attaching mass storage so I presume your 1TB
HDD is attached via USB 2.0 - which is a further impediment to
tranferring data fast.

On 2020-Jul-03 18:15:58 -0700, bob prohaska <fbsd at www.zefox.net> wrote:
>On Sat, Jul 04, 2020 at 09:39:38AM +1000, Peter Jeremy wrote:
>In this case (essentially that of a batch job with no interactive use)
>would using -j1 or -j2 reduce the overall compilation time?  If I'm 
>understanding correctly the answer is "no", -j1 precludes using extra 
>cores when it's possible. From time to time it uses all four. 

As Mark mentions, about the only real way to find out would be to
actually try building with different -j options and see which is
fastest.  So long as the total working set size remains below the ~800MB
usable RAM limit then more cores will speed it up.  Once the system
starts thrashing then goodput[1] drops to roughly zero.  Unfortunately,
the working set size varies widely.

>A smaller browser would be a very welcome discovery. So far, chromium
>is the only one that has worked well enough to be useful.

If you just want to render HTML, images and some trivial JS, then
something like links might do.  Unfortunately, the modern Web has
shifted to the point where the HTML is irrelevant and the actual
content is mostly the result of executing quite complex JS within
the browser - for those pages, you'll probably need Chrom{e,ium},
Edge, Firefox or Safari.

[1] Useful throughput

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20200704/544c84aa/attachment.sig>


More information about the freebsd-arm mailing list