RESOLVED FIXED 155260
use ulimit command to check process limit in webkitpy
https://bugs.webkit.org/show_bug.cgi?id=155260
Summary use ulimit command to check process limit in webkitpy
Aakash Jain
Reported 2016-03-09 14:10:46 PST
We currently use "launchctl limit maxproc" command to check the process limit, this is sometimes different from the limit reported by "ulimit -u" command. Output by ulimit command seems to be more reliable (the one on which we actually start hitting process limit and start getting fork errors). We should use ulimit command output.
Attachments
Proposed patch (1.68 KB, patch)
2016-03-09 14:14 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2016-03-09 14:14:55 PST
Created attachment 273474 [details] Proposed patch
WebKit Commit Bot
Comment 2 2016-03-09 15:07:38 PST
Comment on attachment 273474 [details] Proposed patch Clearing flags on attachment: 273474 Committed r197891: <http://trac.webkit.org/changeset/197891>
WebKit Commit Bot
Comment 3 2016-03-09 15:07:42 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.