BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

Use AvailableParallelism for workerCount #124

Closed bobbyg603 closed 4 months ago

bobbyg603 commented 4 months ago

From https://github.com/BugSplat-Git/symbol-upload/issues/119

As an aside, it would be ideal if the workerCount were using os.availableParallelism() instead of os.Cpus to allow reducing the cpu count with taskset, but that doesn't currently affect the number of async tasks being executed.

This feature was added in 18.14, let's roll this into our node 22 update.