On 2019-01-21 17:30, Ed Maste wrote: > On Mon, 21 Jan 2019 at 10:16, Ed Maste <ema...@freebsd.org> wrote: >> >> To confirm, I have another build running now with >> echo "Running with hw.ncpu=$(sysctl -n hw.ncpu)" >> added. > > Confirmed - https://cirrus-ci.com/build/5768962257190912: > Running with hw.ncpu=8 > > If there is some sort of hanging test issue I could try wrapping it in > timeout and outputting ps and other info upon failure.
Ok, I did some more tests today. First two runs were simply killed: https://cirrus-ci.com/build/5478092878381056 https://cirrus-ci.com/build/5754149284085760 Then I tried to decrease the amount of resources to 4 CPUs and 8G of RAM, but that timed out: https://cirrus-ci.com/build/6003268728651776 Then I finally increased the CPUs back to 8 again, but stick with 8G of RAM, and that indeed finished in time successfully: https://cirrus-ci.com/build/6218565876187136 So yes, looks like 8 CPUs should work indeed, but I think you should decrease the amount of memory of the VM, to make sure that it does not get killed so easily. 8 GB of RAM should also be enough to compile QEMU, as far as I can tell. Thomas PS: I also removed the V=1 in my tests since otherwise the log was way to verbose for my taste ... but that's likely really just a matter of taste.