| 
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>Label</key>
 | 
| 
 | 
     6         <string>limit.maxfiles</string>
 | 
| 
 | 
     7         <key>ProgramArguments</key>
 | 
| 
 | 
     8         <array>
 | 
| 
 | 
     9             <string>launchctl</string>
 | 
| 
 | 
    10             <string>limit</string>
 | 
| 
 | 
    11             <string>maxfiles</string>
 | 
| 
 | 
    12             <string>65536</string>
 | 
| 
 | 
    13             <string>65536</string>
 | 
| 
 | 
    14         </array>
 | 
| 
 | 
    15         <key>RunAtLoad</key>
 | 
| 
 | 
    16         <true/>
 | 
| 
 | 
    17         <key>ServiceIPC</key>
 | 
| 
 | 
    18         <false/>
 | 
| 
 | 
    19     </dict>
 | 
| 
 | 
    20 </plist>
 |