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
I call parallel-webpack -p=2 but I see the following:
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Starting type checking service...
Using 1 worker with 4096MB memory limit
Expected Behaviour
I'd expect only two workers to be launched at a time, I think?
Actual Behaviour
A worker is launched for every entry.
Steps to reproduce
Have more entries than parallel is set to and run it.
Explain the problem
I call
parallel-webpack -p=2but I see the following:Expected Behaviour
I'd expect only two workers to be launched at a time, I think?
Actual Behaviour
A worker is launched for every entry.
Steps to reproduce
Have more entries than
parallelis set to and run it.Provide your webpack config
It's a bit large.
Provide your Environment details
Node version:
v14.16.1Operating System: MacOS
webpack version:
v4.44.2parallel-webpack version:
v2.4.0