diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-09-11 11:13:14 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-10-07 15:25:13 +0000 |
| commit | 1e8a0755dc813b98c3cbfa9ad416affa1216c451 (patch) | |
| tree | bbb5a6676b6c6561e7bfc766f4bba73edbbf3cc9 /syz-cluster/workflow/fuzz-step | |
| parent | 63798508d625f2bb1bb3b48885ff4b736e22c24d (diff) | |
syz-cluster: switch to 7G qemu VMs
3G is not enough for kernels with KMSAN.
Slightly decrease the number of used VMs to fit into the available
CPUs/RAM.
Diffstat (limited to 'syz-cluster/workflow/fuzz-step')
| -rw-r--r-- | syz-cluster/workflow/fuzz-step/workflow-template.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/workflow/fuzz-step/workflow-template.yaml b/syz-cluster/workflow/fuzz-step/workflow-template.yaml index 5cf77e6b4..6e2d94b34 100644 --- a/syz-cluster/workflow/fuzz-step/workflow-template.yaml +++ b/syz-cluster/workflow/fuzz-step/workflow-template.yaml @@ -38,10 +38,10 @@ spec: resources: requests: cpu: 24 - memory: 48G + memory: 90G limits: cpu: 30 - memory: 64G + memory: 96G volumeMounts: - name: workdir mountPath: /workdir |
