Skip to content

Resource limitation for Windows installations #6305

Answered by atoulme
konradrenner asked this question in Q&A
Discussion options

You must be logged in to vote

Windows golang support does not allow to use a fraction of a CPU core, you can use GOMAXPROCS to limit the number of goroutines executing in parallel. The collector doesn't reserve cores but needs processing power if you're actively using it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@konradrenner
Comment options

Answer selected by konradrenner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants