[Webkit-unassigned] [Bug 115909] New: [GTK] Linking should run sequentially and not in parallel (at least for debug builds)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 08:13:05 PDT 2013


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

           Summary: [GTK] Linking should run sequentially and not in
                    parallel (at least for debug builds)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: csaavedra at igalia.com
                CC: zandobersek at gmail.com, mrobinson at webkit.org


A debug link of wkgtk can take up to 8 GB of RAM. In a parallelized build more than one instance of ld will be running at the same time, fighting for memory, and causing endless amounts of swapping in and out.

Linking, in particular in debugging builds, should run sequentially.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list