<div dir="ltr"><div>I have 16 cores (0 to 15) and the most active processes are:<br><br>- nginx<br>- php-fpm<br>- eth0-TxRx-0 (paired Tx and Rx queues #1)<br>- eth0-TxRx-1 (paired Tx and Rx queues #2)<br><br>eth0-TxRx-0 is already dedicated to core #5 and eth0-TxRx-1 to core #6.<br><br>But on those two cores are also nginx and php-fpm processes being executed.<br><br>Now I would like o restrict nginx and php-fpm to cores 0-4 and 7-15.<br><br>I would like to confirm that this can be correctly achieved with:<br><br>taskset -c 0-4,7-15 nginx<br>taskset -c 0-4,7-15 php-fpm<br><br>Is that a safe and sound approach?<br></div></div>