sbomgr
sbomgr copied to clipboard
Add control to limit the number of CPU's used for search
As of today, sbomgr uses all available cpu's for searching. You can limit it via export GOMAXPROCS=1.
Ideal case would be to have a flag to control the number of cpu's in use.
sbomgr --cpu 5 ...