
* added macos ci * running tests on macos * some macos fixes * fmt * some must_use infos * trying' to fix MacOs testcases * no main in test * fixed MacOS testcases * tried to fix build errors * unified shmem_limits * Revert "unified shmem_limits" This reverts commit 8c6bb8d6a2cec71d72bb181b5b491737a771298e. * hopefully fixed macos testcase * removed unneeded values
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo sysctl -w kern.sysv.shmmax=524288000
|
|
sudo sysctl -w kern.sysv.shmmin=1
|
|
sudo sysctl -w kern.sysv.shmseg=16
|
|
sudo sysctl -w kern.sysv.shmall=131072000
|
|
sudo sysctl -w kern.maxprocperuid=512
|