You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/07-launcher.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ Default launch options and arguments can also be configured in [settings](/docs/
257
257
<p>Optional switch for executing features or scenarios in parallel (one per CPU core) depending on the configured state level. Omit to execute sequentially.</p>
258
258
</summary>
259
259
260
-
<p>Will utilise all avaialable CPU cores unless <Linkto="/docs/settings#gwen-parallel-maxThreads"><code>gwen.parallel.maxThreads</code></Link> is configured with an explicit maximum.</p>
260
+
<p>Will utilise all avaialable CPU cores unless <Linkto="/docs/settings#gwen-parallel-maxThreads"><code>gwen.parallel.maxThreads</code></Link> is configured with an explicit maximum or percentage.</p>
- By default this is set to `auto`, meaning that one thread will execute on each available CPU core (for example: 8 threads would execute on an 8 core machine)
21
-
- This can be set to a desired number of threads
21
+
- This can be set to a percentage of the total number of cores available (for example, 80% would mean that 8 threads would execute on a 10 core machine)
22
+
- Or a desired number of threads
22
23
- When less than the number of available cores, the remaining cores will be free
23
24
- When greater than the number of available cores, more than one thread may execute on some or all cores (use judiciously)
0 commit comments