Skip to content

Commit

Permalink
tools/create-openbsd-gce-ci.sh: raise memory limit for openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Steuck authored and dvyukov committed Dec 19, 2018
1 parent a8b6d1a commit 02e6905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/create-openbsd-gce-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ EOF2
su -l syzkaller <<EOF2
cd /syzkaller
set -eux
ulimit -d 8000000
test -x syz-ci || (
go get github.com/google/syzkaller/syz-ci &&
go build github.com/google/syzkaller/syz-ci)
Expand Down

0 comments on commit 02e6905

Please sign in to comment.