godaddy / godaddy/node-cluster-service
cpuAffinity option
Open
enhancement
Hacktoberfest
low priority
- Dominant language
- JavaScript
- Stars
- 168
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Cool suggestion (thanks Todd B!) would be a new option that enables allocating specific cpu's to your worker processes, and let cservice spread them out accordingly.
Examples:
```
--cpuAffinity "0,1,11-12"
--cpuAffinity "0-23"
--cpuAffinity "0"
```
Contributor guide
Assessment
This issue has not been assessed yet.