An open API service indexing awesome lists of open source software.

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.

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
```