Skip to content

Instantly share code, notes, and snippets.

@bpo
Created July 3, 2013 22:40
Show Gist options
  • Select an option

  • Save bpo/5923478 to your computer and use it in GitHub Desktop.

Select an option

Save bpo/5923478 to your computer and use it in GitHub Desktop.
launchctl is insane
:~ (master)$ launchctl limit
cpu unlimited unlimited
filesize unlimited unlimited
data unlimited unlimited
stack 8388608 67104768
core 0 unlimited
rss unlimited unlimited
memlock unlimited unlimited
maxproc 709 1064
maxfiles 500 500
:~ (master)$ launchctl limit maxproc 1000
:~ (master)$ launchctl limit
cpu unlimited unlimited
filesize unlimited unlimited
data unlimited unlimited
stack 8388608 67104768
core 0 unlimited
rss unlimited unlimited
memlock unlimited unlimited
maxproc 512 512
maxfiles 500 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment