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

https://github.com/m0zgen/pidnice

⚙️ Set nice priority for specified process
https://github.com/m0zgen/pidnice

pid priority proccess python3 renice

Last synced: about 1 year ago
JSON representation

⚙️ Set nice priority for specified process

Awesome Lists containing this project

README

          

# PidNice

Set the nice value of a specified process.

## Usage

```shell
./run.py chrome --priority 10
```