bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

GOMAXPROCS #47

Closed mellowdrifter closed 2 years ago

mellowdrifter commented 2 years ago

Two things:

Setting GOMAXPROCS to the number of CPUs has been the default since 1.5 - https://dave.cheney.net/tag/gomaxprocs - This command is only useful if you're trying to limit the amount of cores to an app. But we're using all

Moving MustParse to mustParse so it's not exported from the package