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