FRET-LibAFL/scripts/shmem_limits_obsd.sh
David CARLIER 774cfb685e
openbsd port (#279)
with libc update, ucontext data is finally available on this platform too.
2021-08-27 11:41:06 +02:00

5 lines
128 B
Bash
Executable File

#!/bin/sh
doas sysctl kern.shminfo.shmmax=536870912
doas sysctl kern.shminfo.shmmin=1
doas sysctl kern.shminfo.shmall=131072000