Skip to content

Instantly share code, notes, and snippets.

@raws
Created January 19, 2014 19:41
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 raws/8509976 to your computer and use it in GitHub Desktop.
Save raws/8509976 to your computer and use it in GitHub Desktop.
Contents of /System/Library/LaunchDaemons/com.apple.metadata.mds.plist on my 2013 13" rMBP running 10.9.1
<?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>POSIXSpawnType</key>
<string>Interactive</string>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.apple.metadata.mds</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds</string>
</array>
<key>MachServices</key>
<dict>
<key>com.apple.metadata.mds</key>
<true/>
<key>com.apple.metadata.mds.xpc</key>
<true/>
<key>com.apple.metadata.mds.xpcs</key>
<true/>
</dict>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>2048</integer>
</dict>
<key>HardResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>2048</integer>
</dict>
<key>CFBundleIdentifier</key>
<string>com.apple.metadata.Spotlight</string>
<key>LowPriorityBackgroundIO</key>
<false/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment