Title: [193856] trunk/Tools
- Revision
- 193856
- Author
- [email protected]
- Date
- 2015-12-09 13:14:03 -0800 (Wed, 09 Dec 2015)
Log Message
Run atleast one simulator even if max process limit is low
https://bugs.webkit.org/show_bug.cgi?id=152081
<rdar://problem/23819694>
Patch by Aakash Jain <[email protected]> on 2015-12-09
Reviewed by Alexey Proskuryakov.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (193855 => 193856)
--- trunk/Tools/ChangeLog 2015-12-09 21:07:23 UTC (rev 193855)
+++ trunk/Tools/ChangeLog 2015-12-09 21:14:03 UTC (rev 193856)
@@ -1,3 +1,11 @@
+2015-12-09 Aakash Jain <[email protected]>
+
+ Run atleast one simulator even if max process limit is low
+ https://bugs.webkit.org/show_bug.cgi?id=152081
+ <rdar://problem/23819694>
+
+ Reviewed by Alexey Proskuryakov.
+
2015-12-09 Mario Sanchez Prada <[email protected]>
[GTK] Crash in WebProcess when loading large content with custom URI schemes
Modified: trunk/Tools/Scripts/webkitpy/port/ios.py (193855 => 193856)
--- trunk/Tools/Scripts/webkitpy/port/ios.py 2015-12-09 21:07:23 UTC (rev 193855)
+++ trunk/Tools/Scripts/webkitpy/port/ios.py 2015-12-09 21:14:03 UTC (rev 193856)
@@ -148,6 +148,9 @@
_log.warn('Run "launchctl limit" to check these limits')
# FIXME: Add url for webpage explaining how to increase these limits.
+ if maximum_simulator_count_on_this_system == 0:
+ maximum_simulator_count_on_this_system = 1
+
return min(maximum_simulator_count_on_this_system, best_child_process_count_for_cpu)
def default_timeout_ms(self):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes