Fix tests on FreeBSD increasing couple of shared memory values (#138)

like macOs.
This commit is contained in:
David CARLIER 2021-05-30 22:09:54 +01:00 committed by GitHub
parent e61f80584e
commit 3e51981cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

4
scripts/shmem_limits_fbsd.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
sudo sysctl -a kern.ipc.shmmax=536870912
sudo sysctl -a kern.ipc.shmmin=1
sudo sysctl -a kern.ipc.shmall=131072000