Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 01:54
Show Gist options
  • Save inC3ASE/db8c03f6545dc748182e81a7b3f1fad0 to your computer and use it in GitHub Desktop.
Save inC3ASE/db8c03f6545dc748182e81a7b3f1fad0 to your computer and use it in GitHub Desktop.
<?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>EnablePressuredExit</key>
<true/>
<key>HardResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>10240</integer>
</dict>
<key>JetsamProperties</key>
<dict>
<key>JetsamMemoryLimit</key>
<integer>3500</integer>
</dict>
<key>Label</key>
<string>com.apple.FileCoordination</string>
<key>MachServices</key>
<dict>
<key>com.apple.FileCoordination</key>
<true/>
<key>com.apple.ProgressReporting</key>
<true/>
</dict>
<key>POSIXSpawnType</key>
<string>Interactive</string>
<key>Program</key>
<string>/usr/sbin/filecoordinationd</string>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>10240</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment