Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25590

Improve Compression speed on package creation

    XMLWordPrintable

Details

    • All
    • 9d8be9ce58a57b378a6247a6f666271059b47bb0 (qt-creator/tqtc-qt-creator/4.15)

    Description

      by using -mmt$(nproc) the compression speed could be improved.

      In the build.py script the usage of os.cpu_count() could replace the -mmt2 option for 7z,

      e.g "-mmt%s" % os.cpu_count() or by using f"-mmt{os.cpu_count()}"

       

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-25590
        # Subject Branch Project Status CR V

        Activity

          People

            con Eike Ziller
            j.kreuzberger Joerg Kreuzberger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes