Skip to content

cortezcristian/meteor-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-limiter

Meteor CPU limiter

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

Usage

$ meteor-limiter -t 10 -c 77

This command will check for new processes every 10 seconds, and the max cpu percentage limit is set to 77.

Installation

$ npm install -g meteor-limiter

You'll need to install cpulimit.

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

Other solution can be configuring vagrant provisioning and vagrant-meteor.

Credits

@cortezcristian See LICENSE