From 6797347ace44e11c47b458fe55ed00d200a88ade Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Fri, 21 Jun 2024 19:30:08 -0700 Subject: tools/create-openbsd: bump up the limits for syz-bit As syz-bot became much more aggressive about resource usage lately it started running over the limits and is getting blocked. Give it all the rope it wants. There's nothing else on the VM anyway. Used the vmd class as it is given the most memory in login.conf. --- tools/create-openbsd-gce-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index bdba48b52..66f184648 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -66,11 +66,11 @@ EOF2 echo "starting syz-ci" fsck -y /dev/sd1a mount /syzkaller - su -l syzkaller <