1.0.3 • Published 8 years ago

meteor-limiter v1.0.3

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

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

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago