diff options
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2511,7 +2511,7 @@ opts: </code></pre> <div style="break-before: page; page-break-before: always;"></div><h1 id="taskset1"><a class="header" href="#taskset1">taskset(1)</a></h1> <p>Set cpu affinity for new processes or already running ones.</p> -<pre><code># Pin all (-a) tasks of new command on cores 0,1,2,4. +<pre><code class="language-sh"># Pin all (-a) tasks of new command on cores 0,1,2,4. taskset -ac 0-2,4 CMD [ARGS] # Pin all tasks of running PID onto cores 0,2,4. |