Title: [204105] trunk/Tools
Revision
204105
Author
aakash_j...@apple.com
Date
2016-08-03 16:25:02 -0700 (Wed, 03 Aug 2016)

Log Message

Document instructions for increasing process and file limits
https://bugs.webkit.org/show_bug.cgi?id=160528
rdar://problem/24777576

Reviewed by Alexey Proskuryakov.

* Scripts/webkitpy/port/ios.py:
(IOSSimulatorPort.default_child_processes):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204104 => 204105)


--- trunk/Tools/ChangeLog	2016-08-03 22:53:09 UTC (rev 204104)
+++ trunk/Tools/ChangeLog	2016-08-03 23:25:02 UTC (rev 204105)
@@ -1,3 +1,14 @@
+2016-08-03  Aakash Jain  <aakash_j...@apple.com>
+
+        Document instructions for increasing process and file limits
+        https://bugs.webkit.org/show_bug.cgi?id=160528
+        rdar://problem/24777576
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/webkitpy/port/ios.py:
+        (IOSSimulatorPort.default_child_processes):
+
 2016-08-03  Anders Carlsson  <ander...@apple.com>
 
         Remove the Objective-C bindings generator

Modified: trunk/Tools/Scripts/webkitpy/port/ios.py (204104 => 204105)


--- trunk/Tools/Scripts/webkitpy/port/ios.py	2016-08-03 22:53:09 UTC (rev 204104)
+++ trunk/Tools/Scripts/webkitpy/port/ios.py	2016-08-03 23:25:02 UTC (rev 204105)
@@ -143,10 +143,9 @@
         # FIXME: We should also take into account the available RAM.
 
         if (maximum_simulator_count_on_this_system < best_child_process_count_for_cpu):
-            _log.warn("This machine could support %s child processes, but only has enough process limit for %s."
+            _log.warn("This machine could support %s simulators, but is only configured for %s."
                 % (best_child_process_count_for_cpu, maximum_simulator_count_on_this_system))
-            _log.warn('Run "launchctl limit" to check these limits')
-            # FIXME: Add url for webpage explaining how to increase these limits.
+            _log.warn('Please see <https://trac.webkit.org/wiki/IncreasingKernelLimits>.')
 
         if maximum_simulator_count_on_this_system == 0:
             maximum_simulator_count_on_this_system = 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to