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 Feb 7, 2022. It is now read-only.
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.
Provide your webpack config
It's a bit large.
Provide your Environment details
Node version: v14.16.1
Operating System: MacOS
webpack version: v4.44.2
parallel-webpack version: v2.4.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Explain the problem
I call
parallel-webpack -p=2
but 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
parallel
is set to and run it.Provide your webpack config
It's a bit large.
Provide your Environment details
Node version:
v14.16.1
Operating System: MacOS
webpack version:
v4.44.2
parallel-webpack version:
v2.4.0
The text was updated successfully, but these errors were encountered: