0.0.2 • Published 8 years ago
node-limiter v0.0.2
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,mongoThis 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-limiterYou'll need to install cpulimit.
$ [sudo] apt-get install cpulimit # Ubuntu
$ brew install cpulimit # OSX