Skip to content

Instantly share code, notes, and snippets.

@NorseGaud
Created June 15, 2021 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NorseGaud/4e7cbc53f3a31a07179ca9cf5870924e to your computer and use it in GitHub Desktop.
Save NorseGaud/4e7cbc53f3a31a07179ca9cf5870924e to your computer and use it in GitHub Desktop.
/Library/LaunchDaemons/nlimit.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>nlimit</string>
<key>ProgramArguments</key>
<array>
<string>launchctl</string>
<string>limit</string>
<string>maxfiles</string>
<string>65535</string>
<string>65535</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment