Changes between Initial Version and Version 1 of IncreasingKernelLimits


Ignore:
Timestamp:
Aug 3, 2016, 2:55:53 PM (8 years ago)
Author:
aakash_jain@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IncreasingKernelLimits

    v1 v1  
     1= Increasing Kernel limits on OS X =
     2
     3On 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
     5In 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
     7On OS X El Capitan and later, you will also need to disable System Integrity Protection.
     8
     9To check the limits use "ulimit -a" or "launchctl limit maxproc".