summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-04-04 15:18:27 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-04-21 14:24:31 +0000
commit99db65c70ab7cdc458e197440af8251cd48c8e89 (patch)
tree55fe59ac8f89f48343d430536df2eb48bb15dc1e /doc/installerfw.qdoc
parent4b1af7d32b062f954a84616e28bb6296a28522b4 (diff)
Add option for specifying maximum concurrent unpack operations
For tracing issues with the multithreaded extraction and limiting the processor load from the installer. Task-number: QTIFW-2586 Change-Id: I5df0bf6be30b4ee5ef8470c407281e2a4318ed0c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 4b5c720ce..cd3ca3091 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -295,6 +295,12 @@
Note: To enable Squish support, you first need to build IFW with SQUISH_PATH parameter
where SQUISH_PATH is pointing to your Squish installation folder:
\c{<path_to_qt>/bin/qmake -r SQUISH_PATH=<pat_to_squish>}.
+ \row
+ \li --mco, --max-concurrent-operations <threads>
+ \li Specifies the maximum number of threads used to perform concurrent operations in the
+ unpacking phase of components. Set to a positive number, or 0 (default) to let the
+ application determine the ideal thread count from the amount of logical processor
+ cores in the system.
\endtable
\section1 Summary of Commands