0.0.2 • Published 6 years ago

node-limiter v0.0.2

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
6 years ago

node-limiter

Node CPU limiter

This utility may help you reduce all the fan noise coming out from the machine, when running node projects.

Usage

$ node-limiter -t 10 -c 77 -l chrome,mongo

This command will check for new processes every 10 seconds, and the max cpu percentage limit is set to 77. For all the process that matches chrome or mongo.

Installation

$ npm install -g node-limiter

You'll need to install cpulimit.

$ [sudo] apt-get install cpulimit # Ubuntu
$ brew install cpulimit # OSX

Credits

@cortezcristian See LICENSE