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