calling GetConfig is a hot path, and doing so incurs too many kernal calls, reducing performance. see: types/config.go:39 we should find ways to reduce/minimize this impact.