1#!/bin/sh
2
3echo Raising process limits
4echo limit maxproc 1000 2000 >> /etc/launchd.conf
5
6echo Done.
7