aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2021-12-23 10:36:31 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-01-14 16:38:43 +0100
commit723cfaf0e55347c804a236591f9d0070fc7f46cb (patch)
treee3f251cc333bded5f21feaf148ec1a90eb0c4dc3
parent0ba5442094edaa61f8969a358369123ecab89233 (diff)
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.
-rw-r--r--dashboard/config/openbsd/config.ci6
1 files 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,