Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Rise grunt-concurrent limit #144

Closed
miguelcoba opened this issue Aug 18, 2014 · 0 comments
Closed

Rise grunt-concurrent limit #144

miguelcoba opened this issue Aug 18, 2014 · 0 comments

Comments

@miguelcoba
Copy link
Contributor

From grunt-concurrent docs:

limit

Type: Number
Default: Number of CPU cores (require('os').cpus().length) with a minimum of 2

Limit of how many tasks that are run concurrently.

In machines with few cpus/cores, the default limit of 2 the 'grunt debug' task can't start enough tasks for
starting the node-inspector task, so the command fails and the capp can't be debugged.
Should be increased so that no matter if there are few cpus/cores, the task can run correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants