[Webkit-unassigned] [Bug 155260] New: use ulimit command to check process limit in webkitpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 14:10:46 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155260

            Bug ID: 155260
           Summary: use ulimit command to check process limit in webkitpy
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com
                CC: lforschler at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/e0b62c5c/attachment.html>


More information about the webkit-unassigned mailing list