Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-95176

Trying to build qtwebengine leaves system swapping, ignores parallelism restriction

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 6.2.0 Beta1
    • WebEngine
    • None
    • Linux/X11

    Description

      I am trying to build qtwebengine.

      I did

      /usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 -G Ninja -DCMAKE_CXX_FLAGS=-Wfatal-errors -DCMAKE_TOOLCHAIN_FILE=/home/andreasbuhr/development/qtdev/qtbase/cmake-build-debug/lib/cmake/Qt6/qt.toolchain.cmake /home/andreasbuhr/development/qtdev/qtwebengine
      

      and then

      cmake --build . --parallel 1
      

      But my 64GB RAM system starts swapping very quickly. The "parallel 1" setting is ignored, it spins of 24 compilers and runs out of RAM.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            andreasbuhr Andreas Buhr
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes