Advertisement
Guest User

com.apple.metadata.mds.plist

a guest
Nov 9th, 2014
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>POSIXSpawnType</key>
  6.     <string>Interactive</string>
  7.     <key>KeepAlive</key>
  8.     <true/>
  9.     <key>Label</key>
  10.     <string>com.apple.metadata.mds</string>
  11.     <key>ProgramArguments</key>
  12.     <array>
  13.         <string>/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds</string>
  14.     </array>
  15.     <key>MachServices</key>
  16.     <dict>
  17.         <key>com.apple.metadata.mds</key>
  18.         <true/>
  19.         <key>com.apple.metadata.mds.xpc</key>
  20.         <true/>
  21.         <key>com.apple.metadata.mds.xpcs</key>
  22.         <true/>
  23.     </dict>
  24.     <key>SoftResourceLimits</key>
  25.     <dict>
  26.         <key>NumberOfFiles</key>
  27.         <integer>2048</integer>
  28.     </dict>
  29.     <key>HardResourceLimits</key>
  30.     <dict>
  31.         <key>NumberOfFiles</key>
  32.         <integer>2048</integer>
  33.     </dict>
  34.     <key>CFBundleIdentifier</key>
  35.     <string>com.apple.Spotlight</string>
  36.     <key>LowPriorityBackgroundIO</key>
  37.     <false/>
  38.     <key>EnvironmentVariables</key>
  39.     <dict>
  40.         <!--Uncomment these keys to enable malloc debugging-->
  41.         <!--
  42.             <key>MallocStackLogging</key>
  43.             <string>1</string>
  44.                -->
  45.         <!--
  46.             <key>MallocScribble</key>
  47.             <string>1</string>
  48.                -->
  49.         <!--
  50.             <key>MallocErrorAbort</key>
  51.             <string>1</string>
  52.         -->
  53.         <!--
  54.             <key>MallocCheckHeapEach</key>
  55.             <string>500</string>
  56.         -->
  57.         <!--
  58.             <key>MallocLogFile</key>
  59.             <string>/var/log/mds-malloc.log</string>
  60.         -->
  61.         <!--
  62.             <key>DYLD_INSERT_LIBRARIES</key>
  63.             <string>/usr/lib/libgmalloc.dylib</string>
  64.         -->
  65.         <!--
  66.             <key>MallocStackLoggingNoCompact</key>
  67.             <string>1</string>
  68.                -->
  69.     </dict>
  70. </dict>
  71. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement