On Mon, Nov 26, 2018 at 09:33:27PM +0100, Adam wrote:
> I am try to compile lang/rust under NetBSD-amd64 8.99.26 (today's build) on VirtualBox. The process is extremely slow, and top is showing weird values:
Rust loves to eat as much cores as possible. That doesn't play well with
limited amounts of RAM. WCPU (and CPU) over 100% means concurrent
running threads.
Joerg