| 1 | = Increasing Kernel limits on OS X = |
| 2 | |
| 3 | On some machines, iOS Simulator tests can run faster once kernel limits are increased. The run-webkit-tests script prints out a warning when it is the case. |
| 4 | |
| 5 | In order to increase the limits for number of processes and number of files, save the attached plist files into /Library/LaunchDaemons/ and reboot the system. |
| 6 | |
| 7 | On OS X El Capitan and later, you will also need to disable System Integrity Protection. |
| 8 | |
| 9 | To check the limits use "ulimit -a" or "launchctl limit maxproc". |