You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: