From 3f8bb2b68b98c5f9032340c4847259204e86cbd5 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 28 Aug 2024 21:17:03 +0000 Subject: deploy: dfb198cc07f8774e192279b18b4deb5e4275a4d0 --- process/taskset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process') diff --git a/process/taskset.html b/process/taskset.html index 4a49f60..c1e5360 100644 --- a/process/taskset.html +++ b/process/taskset.html @@ -178,7 +178,7 @@

taskset(1)

Set cpu affinity for new processes or already running ones.

-
# Pin all (-a) tasks of new command on cores 0,1,2,4.
+
# 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.
-- 
cgit v1.2.3