OpenSwoole\Process::setaffinity(array $cpu_set) : bool

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Process::setaffinity(array $cpu_set) : bool

Parameters

cpu_set

The array of cpu number. Use swoole_CPU_NUM to get the number of cpu. For example: array(0,2,3) stands for CPU0/CPU2/CPU3

Return

success

Description

Set the CPU affinity of the process.

Example

Last updated on September 1, 2022