https://github.com/jordan-haidee/core-cage
A simple tool to limit core counts leveraged by specified process on Windows OS.
https://github.com/jordan-haidee/core-cage
affinity core process windows
Last synced: 20 days ago
JSON representation
A simple tool to limit core counts leveraged by specified process on Windows OS.
- Host: GitHub
- URL: https://github.com/jordan-haidee/core-cage
- Owner: Jordan-Haidee
- Created: 2025-02-10T12:55:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:14:03.000Z (over 1 year ago)
- Last Synced: 2025-11-11T06:16:08.286Z (7 months ago)
- Topics: affinity, core, process, windows
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# core-cage
A simple tool to limit core counts leveraged by specified process on Windows OS.
## Install from source
```powershell
cargo install --git https://github.com/Jordan-Haidee/core-cage.git
```
## Usage
```powershell
coca 1234 3 # pin process 1234 at 3 random cores
```