set_process_affinity
Assign specific CPU cores to a process to control where it runs, improving performance and resource allocation.
Instructions
Set CPU affinity for a process
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID | |
| cpuList | Yes | CPU list (e.g., "0,1" or "0-3") |