]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/libMicro/create_stuff.sh
xnu-1456.1.26.tar.gz
[apple/xnu.git] / tools / tests / libMicro / create_stuff.sh
diff --git a/tools/tests/libMicro/create_stuff.sh b/tools/tests/libMicro/create_stuff.sh
new file mode 100644 (file)
index 0000000..7b274cc
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo Raising process limits
+echo limit maxproc 1000 2000 >> /etc/launchd.conf
+
+echo Done.