From 723cfaf0e55347c804a236591f9d0070fc7f46cb Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 23 Dec 2021 10:36:31 +0000 Subject: dashboard/config/openbsd: increase the number of procs Currently OpenBSD instances are underutilized because of using only 2 syz-executor processes per VM. Change it to 8. --- dashboard/config/openbsd/config.ci | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/config/openbsd/config.ci b/dashboard/config/openbsd/config.ci index e2ff61c11..5baa410ed 100644 --- a/dashboard/config/openbsd/config.ci +++ b/dashboard/config/openbsd/config.ci @@ -23,7 +23,7 @@ "target": "openbsd/amd64", "cover": true, "reproduce": false, - "procs": 2, + "procs": 8, "type": "gce", "vm": { "count": 10, @@ -46,7 +46,7 @@ "target": "openbsd/amd64", "cover": true, "reproduce": false, - "procs": 2, + "procs": 8, "type": "gce", "vm": { "count": 10, @@ -70,7 +70,7 @@ "sandbox": "setuid", "cover": true, "reproduce": false, - "procs": 2, + "procs": 8, "type": "gce", "vm": { "count": 10, -- cgit mrf-deployment