aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-12-21 13:56:30 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-12-21 18:52:46 +0100
commit5911a9c70592ec2cf05c7c342f54f567dfe1901d (patch)
treed9295a37e31d319825f46cd92273416029135a27 /executor
parent1d71282dce3914b59b079f3d010f32a4b6c149f6 (diff)
tools/syz-make: restrict make parallelism on CI
Github actions VMs have 2 vCPUs (Standard_DS2_v2 class). So we don't get lots of speed up from make parallelism, but we are getting memory oversubscription and duplicated work because make invokes multiple go commands that potentially build same packages in parallel. Go command itself parallelizes compiler and test invocations. So disable make parallelism to avoid OOM kills. Update #2886
Diffstat (limited to 'executor')
0 files changed, 0 insertions, 0 deletions