]> git.saurik.com Git - apple/xnu.git/blob - tools/tests/libMicro/create_stuff.sh
xnu-4570.41.2.tar.gz
[apple/xnu.git] / tools / tests / libMicro / create_stuff.sh
1 #!/bin/sh
2
3 echo Raising process limits
4 echo limit maxproc 1000 2000 >> /etc/launchd.conf
5
6 echo Done.