-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 9b43ecb
committed
fix(@angular-devkit/build-angular): reduce the number of max workers to available CPUs minus one
This commit reduces the maximum number of workers to the available CPUs minus 1. This adjustment ensures that some resources are left for the main thread, preventing it from being starved of CPU cycles.
(cherry picked from commit 164c0d8)1 parent 16f1c1e commit 9b43ecb
File tree
1 file changed
+1
-1
lines changed- packages/angular_devkit/build_angular/src/utils
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
0 commit comments