meteor-limiter

1.0.3 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i meteor-limiter

    Weekly Downloads

    4

    Version

    1.0.3

    License

    GPL-3.0

    Last publish

    Collaborators

    • cortezcristian