# cpu_isolate **Repository Path**: kevin365/cpu_isolate ## Basic Information - **Project Name**: cpu_isolate - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-23 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ```bash bash isolate.sh 5 # 将core 5 从所有用户进程中删除 taskset -pc 5 thread_id # 将thread_id重新帮到core 5 ```